Searched refs:__anon_inode_getfd (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ |
D | anon_inodes.c | 180 static int __anon_inode_getfd(const char *name, in __anon_inode_getfd() function 229 return __anon_inode_getfd(name, fops, priv, flags, NULL, false); in anon_inode_getfd() 253 return __anon_inode_getfd(name, fops, priv, flags, context_inode, true); in anon_inode_getfd_secure()
|