Searched refs:vfs_create_mount (Results 1 – 3 of 3) sorted by relevance
88 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
209 mnt = vfs_create_mount(fc); in nfs_d_automount()
1163 * vfs_create_mount - Create a mount for a configured superblock1171 struct vfsmount *vfs_create_mount(struct fs_context *fc) in vfs_create_mount() function 1189 EXPORT_SYMBOL(vfs_create_mount);1196 return vfs_create_mount(fc); in fc_mount() 4502 new_mnt = vfs_create_mount(fc); in SYSCALL_DEFINE3()