Searched refs:mount_single (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | inode.c | 478 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
| /OK3568_Linux_fs/kernel/fs/tracefs/ |
| H A D | inode.c | 389 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | super.c | 1506 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1529 EXPORT_SYMBOL(mount_single);
|
| /OK3568_Linux_fs/kernel/fs/debugfs/ |
| H A D | inode.c | 273 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 2340 extern struct dentry *mount_single(struct file_system_type *fs_type,
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | vfs.rst | 198 ``mount_single``
|