Searched refs:mount_single (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/pstore/ |
D | inode.c | 465 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/linux-6.1.9/fs/tracefs/ |
D | inode.c | 391 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
/linux-6.1.9/fs/debugfs/ |
D | inode.c | 300 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
/linux-6.1.9/fs/ |
D | super.c | 1487 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1510 EXPORT_SYMBOL(mount_single);
|
/linux-6.1.9/include/linux/ |
D | fs.h | 2578 extern struct dentry *mount_single(struct file_system_type *fs_type,
|
/linux-6.1.9/Documentation/filesystems/ |
D | vfs.rst | 198 ``mount_single``
|