Searched refs:anon_inode_getfd (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | anon_inodes.c | 71 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function 138 EXPORT_SYMBOL_GPL(anon_inode_getfd);
|
D | eventfd.c | 224 fd = anon_inode_getfd("[eventfd]", &eventfd_fops, ctx, in SYSCALL_DEFINE2()
|
D | signalfd.c | 238 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in SYSCALL_DEFINE4()
|
D | timerfd.c | 202 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
|
D | eventpoll.c | 1125 fd = anon_inode_getfd("[eventpoll]", &eventpoll_fops, ep, in SYSCALL_DEFINE1()
|