Searched refs:anon_inode_getfile (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | anon_inodes.c | 74 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function 107 EXPORT_SYMBOL_GPL(anon_inode_getfile); 136 file = anon_inode_getfile(name, fops, priv, flags); in anon_inode_getfd()
|
D | eventpoll.c | 2070 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
|
D | io_uring.c | 3818 file = anon_inode_getfile("[io_uring]", &io_uring_fops, ctx, in io_uring_get_fd()
|