Home
last modified time | relevance | path

Searched refs:mount_single (Results 1 – 9 of 9) sorted by relevance

/fs/configfs/
Dmount.c108 return mount_single(fs_type, flags, data, configfs_fill_super); in configfs_do_mount()
/fs/pstore/
Dinode.c297 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
/fs/fuse/
Dcontrol.c328 return mount_single(fs_type, flags, raw_data, fuse_ctl_fill_super); in fuse_ctl_mount()
/fs/
Dsuper.c1082 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function
1105 EXPORT_SYMBOL(mount_single);
Dbinfmt_misc.c709 return mount_single(fs_type, flags, data, bm_fill_super); in bm_mount()
/fs/openpromfs/
Dinode.c426 return mount_single(fs_type, flags, data, openprom_fill_super); in openprom_mount()
/fs/debugfs/
Dinode.c286 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
/fs/devpts/
Dinode.c470 return mount_single(fs_type, flags, data, devpts_fill_super); in devpts_mount()
/fs/nfsd/
Dnfsctl.c1101 return mount_single(fs_type, flags, data, nfsd_fill_super); in nfsd_mount()