Home
last modified time | relevance | path

Searched refs:anon_inode_getfd (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/
H A Danon_inodes.c197 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function
202 EXPORT_SYMBOL_GPL(anon_inode_getfd);
H A Dsignalfd.c278 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in do_signalfd4()
H A Dfsopen.c91 fd = anon_inode_getfd("[fscontext]", &fscontext_fops, fc, in fscontext_create_fd()
H A Dtimerfd.c435 ufd = anon_inode_getfd(file_name_buf, &timerfd_fops, ctx, in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/include/linux/
H A Danon_inodes.h18 int anon_inode_getfd(const char *name, const struct file_operations *fops,
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_file.c49 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()
H A Dmali_kbase_sync_android.c184 *out_fd = anon_inode_getfd(name, &stream_fops, tl, O_RDONLY|O_CLOEXEC); in kbase_sync_fence_stream_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c282 ret = anon_inode_getfd(kfd_smi_name, &kfd_smi_ev_fops, (void *)client, in kfd_smi_event_open()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_sync_file.c50 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()
H A Dmali_kbase_kinstr_jm.c785 fd = anon_inode_getfd("[mali_kinstr_jm]", &file_operations, reader, in kbase_kinstr_jm_get_fd()
H A Dmali_kbase_vinstr.c632 errcode = anon_inode_getfd( in kbase_vinstr_hwcnt_reader_setup()
H A Dmali_kbase_kinstr_prfcnt.c2002 err = anon_inode_getfd("[mali_kinstr_prfcnt_desc]", in kbase_kinstr_prfcnt_setup()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c391 err = anon_inode_getfd("[mali_tlstream]", &kbasep_tlstream_fops, kbdev->timeline, in kbase_timeline_io_acquire()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_shm.c302 fd = anon_inode_getfd("tee_shm", &tee_shm_fops, shm, O_RDWR); in tee_shm_get_fd()
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-event.c210 fd = anon_inode_getfd("iio:event", &iio_event_chrdev_fileops, in iio_event_getfd()
/OK3568_Linux_fs/kernel/kernel/
H A Dpid.c561 fd = anon_inode_getfd("[pidfd]", &pidfd_fops, get_pid(pid), in pidfd_create()
/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c678 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_64_vio.c324 ret = anon_inode_getfd("kvm-spapr-tce", &kvm_spapr_tce_fops, in kvm_vm_ioctl_create_spapr_tce()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960747 anon_inode_getfd
H A Dabi_gki_aarch64_exynosauto964 anon_inode_getfd
H A Dabi_gki_aarch64_generic26 anon_inode_getfd
H A Dabi_gki_aarch64_exynos26 anon_inode_getfd
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c704 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()
1862 return anon_inode_getfd("bpf-prog", &bpf_prog_fops, prog, in bpf_prog_new_fd()
2500 return anon_inode_getfd("bpf-link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_new_fd()
4272 fd = anon_inode_getfd("bpf-stats", &bpf_stats_fops, NULL, O_CLOEXEC); in bpf_enable_runtime_stats()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c1040 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c846 s32 fd = anon_inode_getfd("[mali_profiling_stream]", &mali_profiling_stream_fops, in _mali_ukk_profiling_stream_fd_get()

12