Searched refs:mount_single (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/pstore/ |
| D | inode.c | 465 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
| /Linux-v6.6/fs/tracefs/ |
| D | inode.c | 434 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
| /Linux-v6.6/fs/debugfs/ |
| D | inode.c | 299 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
| /Linux-v6.6/fs/ |
| D | super.c | 1706 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1729 EXPORT_SYMBOL(mount_single);
|
| /Linux-v6.6/include/linux/ |
| D | fs.h | 2334 extern struct dentry *mount_single(struct file_system_type *fs_type,
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | vfs.rst | 221 ``mount_single``
|