Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Danon_inodes.c125 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function
149 EXPORT_SYMBOL_GPL(anon_inode_getfd);
Deventfd.c413 fd = anon_inode_getfd("[eventfd]", &eventfd_fops, ctx, in do_eventfd()
Dsignalfd.c288 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in do_signalfd4()
Dfsopen.c91 fd = anon_inode_getfd("[fscontext]", &fscontext_fops, fc, in fscontext_create_fd()
Dtimerfd.c427 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
Duserfaultfd.c1025 fd = anon_inode_getfd("[userfaultfd]", &userfaultfd_fops, new, in resolve_userfault_fork()
1972 fd = anon_inode_getfd("[userfaultfd]", &userfaultfd_fops, ctx, in SYSCALL_DEFINE1()
/Linux-v5.4/include/linux/
Danon_inodes.h17 int anon_inode_getfd(const char *name, const struct file_operations *fops,
/Linux-v5.4/kernel/
Dpid.c474 fd = anon_inode_getfd("[pidfd]", &pidfd_fops, get_pid(pid), in pidfd_create()
/Linux-v5.4/drivers/iio/
Dindustrialio-event.c204 fd = anon_inode_getfd("iio:event", &iio_event_chrdev_fileops, in iio_event_getfd()
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c680 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_64_vio.c314 ret = anon_inode_getfd("kvm-spapr-tce", &kvm_spapr_tce_fops, in kvm_vm_ioctl_create_spapr_tce()
Dbook3s_64_mmu_hv.c2000 ret = anon_inode_getfd("kvm-htab", &kvm_htab_fops, ctx, rwflag | O_CLOEXEC); in kvm_vm_ioctl_get_htab_fd()
/Linux-v5.4/kernel/bpf/
Dsyscall.c447 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()
1443 return anon_inode_getfd("bpf-prog", &bpf_prog_fops, prog, in bpf_prog_new_fd()
1856 tp_fd = anon_inode_getfd("bpf-raw-tracepoint", &bpf_raw_tp_fops, raw_tp, in bpf_raw_tracepoint_open()
Dbtf.c3402 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c878 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
/Linux-v5.4/virt/kvm/
Dkvm_main.c2683 return anon_inode_getfd(name, &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC); in create_vcpu_fd()
3184 ret = anon_inode_getfd(ops->name, &kvm_device_fops, dev, O_RDWR | O_CLOEXEC); in kvm_ioctl_create_device()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_perf.c2789 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags); in i915_perf_open_ioctl_locked()