Searched refs:mount_single (Results 1 – 4 of 4) sorted by relevance
/fs/pstore/ |
D | inode.c | 413 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/fs/tracefs/ |
D | inode.c | 301 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
/fs/ |
D | super.c | 1503 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1526 EXPORT_SYMBOL(mount_single);
|
/fs/debugfs/ |
D | inode.c | 269 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|