Searched refs:anon_inode_getfd (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/ |
D | anon_inodes.c | 139 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function 163 EXPORT_SYMBOL_GPL(anon_inode_getfd);
|
D | signalfd.c | 285 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in SYSCALL_DEFINE4()
|
D | timerfd.c | 410 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
|
/linux-4.4.14/include/linux/ |
D | anon_inodes.h | 16 int anon_inode_getfd(const char *name, const struct file_operations *fops,
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 138 return anon_inode_getfd("kvm-spapr-tce", &kvm_spapr_tce_fops, in kvm_vm_ioctl_create_spapr_tce()
|
D | book3s_64_mmu_hv.c | 1482 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/ |
D | syscall.c | 122 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/ |
D | industrialio-event.c | 188 fd = anon_inode_getfd("iio:event", &iio_event_chrdev_fileops, in iio_event_getfd()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 686 ret = anon_inode_getfd("inotify", &inotify_fops, group, in SYSCALL_DEFINE1()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 793 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 2255 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()
|