Searched refs:anon_inode_getfd (Results 1 – 8 of 8) sorted by relevance
/fs/ |
D | anon_inodes.c | 125 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function 149 EXPORT_SYMBOL_GPL(anon_inode_getfd);
|
D | eventfd.c | 413 fd = anon_inode_getfd("[eventfd]", &eventfd_fops, ctx, in do_eventfd()
|
D | signalfd.c | 288 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in do_signalfd4()
|
D | fsopen.c | 91 fd = anon_inode_getfd("[fscontext]", &fscontext_fops, fc, in fscontext_create_fd()
|
D | timerfd.c | 427 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
|
D | userfaultfd.c | 1026 fd = anon_inode_getfd("[userfaultfd]", &userfaultfd_fops, new, in resolve_userfault_fork() 1979 fd = anon_inode_getfd("[userfaultfd]", &userfaultfd_fops, ctx, in SYSCALL_DEFINE1()
|
/fs/notify/inotify/ |
D | inotify_user.c | 680 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 878 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
|