Home
last modified time | relevance | path

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

/fs/
Danon_inodes.c196 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function
220 EXPORT_SYMBOL_GPL(anon_inode_getfd);
Dsignalfd.c286 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx, in SYSCALL_DEFINE4()
Dtimerfd.c352 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
/fs/notify/inotify/
Dinotify_user.c722 ret = anon_inode_getfd("inotify", &inotify_fops, group, in SYSCALL_DEFINE1()
/fs/notify/fanotify/
Dfanotify_user.c748 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()