Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Danon_inodes.c139 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function
163 EXPORT_SYMBOL_GPL(anon_inode_getfd);
Dsignalfd.c285 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in SYSCALL_DEFINE4()
Dtimerfd.c410 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
/linux-4.4.14/include/linux/
Danon_inodes.h16 int anon_inode_getfd(const char *name, const struct file_operations *fops,
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_64_vio.c138 return anon_inode_getfd("kvm-spapr-tce", &kvm_spapr_tce_fops, in kvm_vm_ioctl_create_spapr_tce()
Dbook3s_64_mmu_hv.c1482 ret = anon_inode_getfd("kvm-htab", &kvm_htab_fops, ctx, rwflag | O_CLOEXEC); in kvm_vm_ioctl_get_htab_fd()
/linux-4.4.14/kernel/bpf/
Dsyscall.c122 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()
574 return anon_inode_getfd("bpf-prog", &bpf_prog_fops, prog, in bpf_prog_new_fd()
/linux-4.4.14/drivers/iio/
Dindustrialio-event.c188 fd = anon_inode_getfd("iio:event", &iio_event_chrdev_fileops, in iio_event_getfd()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c686 ret = anon_inode_getfd("inotify", &inotify_fops, group, in SYSCALL_DEFINE1()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c793 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
/linux-4.4.14/virt/kvm/
Dkvm_main.c2255 return anon_inode_getfd("kvm-vcpu", &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC); in create_vcpu_fd()
2705 ret = anon_inode_getfd(ops->name, &kvm_device_fops, dev, O_RDWR | O_CLOEXEC); in kvm_ioctl_create_device()
2980 r = anon_inode_getfd("kvm-vm", &kvm_vm_fops, kvm, O_RDWR | O_CLOEXEC); in kvm_dev_ioctl_create_vm()