Searched refs:mount_single (Results 1 – 9 of 9) sorted by relevance
/fs/configfs/ |
D | mount.c | 108 return mount_single(fs_type, flags, data, configfs_fill_super); in configfs_do_mount()
|
/fs/pstore/ |
D | inode.c | 297 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/fs/fuse/ |
D | control.c | 328 return mount_single(fs_type, flags, raw_data, fuse_ctl_fill_super); in fuse_ctl_mount()
|
/fs/ |
D | super.c | 1082 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1105 EXPORT_SYMBOL(mount_single);
|
D | binfmt_misc.c | 709 return mount_single(fs_type, flags, data, bm_fill_super); in bm_mount()
|
/fs/openpromfs/ |
D | inode.c | 426 return mount_single(fs_type, flags, data, openprom_fill_super); in openprom_mount()
|
/fs/debugfs/ |
D | inode.c | 286 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
/fs/devpts/ |
D | inode.c | 470 return mount_single(fs_type, flags, data, devpts_fill_super); in devpts_mount()
|
/fs/nfsd/ |
D | nfsctl.c | 1101 return mount_single(fs_type, flags, data, nfsd_fill_super); in nfsd_mount()
|