Home
last modified time | relevance | path

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

/fs/
Danon_inodes.c71 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function
138 EXPORT_SYMBOL_GPL(anon_inode_getfd);
Deventfd.c224 fd = anon_inode_getfd("[eventfd]", &eventfd_fops, ctx, in SYSCALL_DEFINE2()
Dsignalfd.c238 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in SYSCALL_DEFINE4()
Dtimerfd.c202 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
Deventpoll.c1125 fd = anon_inode_getfd("[eventpoll]", &eventpoll_fops, ep, in SYSCALL_DEFINE1()