Searched refs:anon_inode_getfd (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | anon_inodes.c | 196 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function 220 EXPORT_SYMBOL_GPL(anon_inode_getfd);
|
D | signalfd.c | 286 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in SYSCALL_DEFINE4()
|
D | timerfd.c | 352 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
|
/fs/notify/inotify/ |
D | inotify_user.c | 722 ret = anon_inode_getfd("inotify", &inotify_fops, group, in SYSCALL_DEFINE1()
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 748 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
|