Searched refs:vfs_create_mount (Results 1 – 3 of 3) sorted by relevance
88 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
1176 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount() function1194 EXPORT_SYMBOL(vfs_create_mount);1201 return vfs_create_mount(fc); in fc_mount()4513 new_mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()
2116 mnt = vfs_create_mount(dup_fc); in btrfs_get_tree_subvol()