Searched refs:anon_inode_create_getfile (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| A D | anon_inodes.c | 210 struct file *anon_inode_create_getfile(const char *name, in anon_inode_create_getfile() function 218 EXPORT_SYMBOL_GPL(anon_inode_create_getfile);
|
| A D | userfaultfd.c | 2121 file = anon_inode_create_getfile("[userfaultfd]", &userfaultfd_fops, ctx, in new_userfaultfd()
|
| /linux/include/linux/ |
| A D | anon_inodes.h | 23 struct file *anon_inode_create_getfile(const char *name,
|
| /linux/virt/kvm/ |
| A D | guest_memfd.c | 413 file = anon_inode_create_getfile(anon_name, &kvm_gmem_fops, gmem, in __kvm_gmem_create()
|
| /linux/io_uring/ |
| A D | io_uring.c | 3502 return anon_inode_create_getfile("[io_uring]", &io_uring_fops, ctx, in io_uring_get_file()
|
Completed in 17 milliseconds