| /OK3568_Linux_fs/kernel/fs/ |
| H A D | anon_inodes.c | 197 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 D | signalfd.c | 278 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in do_signalfd4()
|
| H A D | fsopen.c | 91 fd = anon_inode_getfd("[fscontext]", &fscontext_fops, fc, in fscontext_create_fd()
|
| H A D | timerfd.c | 435 ufd = anon_inode_getfd(file_name_buf, &timerfd_fops, ctx, in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | anon_inodes.h | 18 int anon_inode_getfd(const char *name, const struct file_operations *fops,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_sync_file.c | 49 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()
|
| H A D | mali_kbase_sync_android.c | 184 *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 D | kfd_smi_events.c | 282 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 D | mali_kbase_sync_file.c | 50 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, in kbase_sync_fence_stream_create()
|
| H A D | mali_kbase_kinstr_jm.c | 785 fd = anon_inode_getfd("[mali_kinstr_jm]", &file_operations, reader, in kbase_kinstr_jm_get_fd()
|
| H A D | mali_kbase_vinstr.c | 632 errcode = anon_inode_getfd( in kbase_vinstr_hwcnt_reader_setup()
|
| H A D | mali_kbase_kinstr_prfcnt.c | 2002 err = anon_inode_getfd("[mali_kinstr_prfcnt_desc]", in kbase_kinstr_prfcnt_setup()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_timeline_io.c | 391 err = anon_inode_getfd("[mali_tlstream]", &kbasep_tlstream_fops, kbdev->timeline, in kbase_timeline_io_acquire()
|
| /OK3568_Linux_fs/kernel/drivers/tee/ |
| H A D | tee_shm.c | 302 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 D | industrialio-event.c | 210 fd = anon_inode_getfd("iio:event", &iio_event_chrdev_fileops, in iio_event_getfd()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | pid.c | 561 fd = anon_inode_getfd("[pidfd]", &pidfd_fops, get_pid(pid), in pidfd_create()
|
| /OK3568_Linux_fs/kernel/fs/notify/inotify/ |
| H A D | inotify_user.c | 678 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_64_vio.c | 324 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 D | abi_gki_aarch64_hikey960 | 747 anon_inode_getfd
|
| H A D | abi_gki_aarch64_exynosauto | 964 anon_inode_getfd
|
| H A D | abi_gki_aarch64_generic | 26 anon_inode_getfd
|
| H A D | abi_gki_aarch64_exynos | 26 anon_inode_getfd
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 704 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 D | fanotify_user.c | 1040 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 D | mali_osk_profiling.c | 846 s32 fd = anon_inode_getfd("[mali_profiling_stream]", &mali_profiling_stream_fops, in _mali_ukk_profiling_stream_fd_get()
|