Home
last modified time | relevance | path

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

/linux/fs/
A Danon_inodes.c226 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function
231 EXPORT_SYMBOL_GPL(anon_inode_getfd);
A Dsignalfd.c277 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in do_signalfd4()
A Dfsopen.c91 fd = anon_inode_getfd("[fscontext]", &fscontext_fops, fc, in fscontext_create_fd()
A Dtimerfd.c446 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
/linux/include/linux/
A Danon_inodes.h22 int anon_inode_getfd(const char *name, const struct file_operations *fops,
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_smi_events.c273 ret = anon_inode_getfd(kfd_smi_name, &kfd_smi_ev_fops, (void *)client, in kfd_smi_event_open()
/linux/security/landlock/
A Dsyscalls.c195 ruleset_fd = anon_inode_getfd("landlock-ruleset", &ruleset_fops, in SYSCALL_DEFINE3()
/linux/drivers/tee/
A Dtee_shm.c301 fd = anon_inode_getfd("tee_shm", &tee_shm_fops, shm, O_RDWR); in tee_shm_get_fd()
/linux/drivers/iio/
A Dindustrialio-event.c212 fd = anon_inode_getfd("iio:event", &iio_event_chrdev_fileops, in iio_event_getfd()
A Dindustrialio-buffer.c1564 fd = anon_inode_getfd("iio:buffer", &iio_buffer_chrdev_fileops, in iio_device_buffer_getfd()
/linux/kernel/
A Dpid.c604 fd = anon_inode_getfd("[pidfd]", &pidfd_fops, get_pid(pid), in pidfd_create()
/linux/fs/notify/inotify/
A Dinotify_user.c691 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
/linux/arch/powerpc/kvm/
A Dbook3s_64_vio.c323 ret = anon_inode_getfd("kvm-spapr-tce", &kvm_spapr_tce_fops, in kvm_vm_ioctl_create_spapr_tce()
A Dbook3s_64_mmu_hv.c1963 ret = anon_inode_getfd("kvm-htab", &kvm_htab_fops, ctx, rwflag | O_CLOEXEC); in kvm_vm_ioctl_get_htab_fd()
/linux/kernel/bpf/
A Dsyscall.c715 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()
1922 return anon_inode_getfd("bpf-prog", &bpf_prog_fops, prog, in bpf_prog_new_fd()
2611 return anon_inode_getfd("bpf-link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_new_fd()
4478 fd = anon_inode_getfd("bpf-stats", &bpf_stats_fops, NULL, O_CLOEXEC); in bpf_enable_runtime_stats()
A Dbtf.c5974 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
/linux/fs/notify/fanotify/
A Dfanotify_user.c1355 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
/linux/virt/kvm/
A Dkvm_main.c3509 return anon_inode_getfd(name, &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC); in create_vcpu_fd()
4081 ret = anon_inode_getfd(ops->name, &kvm_device_fops, dev, O_RDWR | O_CLOEXEC); in kvm_ioctl_create_device()
/linux/drivers/gpu/drm/i915/
A Di915_perf.c3515 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags); in i915_perf_open_ioctl_locked()
/linux/
A Dvmlinux.symvers7245 0x00000000 anon_inode_getfd vmlinux EXPORT_SYMBOL_GPL
A DSystem.map9870 ffff8000102a6a60 T anon_inode_getfd
A D.tmp_System.map9870 ffff8000102a6a60 T anon_inode_getfd

Completed in 1092 milliseconds