Searched refs:anon_inode_getfd_secure (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | anon_inodes.c | 234 * anon_inode_getfd_secure - Like anon_inode_getfd(), but creates a new 249 int anon_inode_getfd_secure(const char *name, const struct file_operations *fops, in anon_inode_getfd_secure() function 255 EXPORT_SYMBOL_GPL(anon_inode_getfd_secure); variable
|
H A D | userfaultfd.c | 1036 fd = anon_inode_getfd_secure("[userfaultfd]", &userfaultfd_fops, new, in resolve_userfault_fork() 2208 fd = anon_inode_getfd_secure("[userfaultfd]", &userfaultfd_fops, ctx, in new_userfaultfd()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | anon_inodes.h | 24 int anon_inode_getfd_secure(const char *name,
|
Completed in 4 milliseconds