Lines Matching refs:root_mnt
132 struct vfsmount *root_mnt; in nfs_do_root_mount() local
145 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
147 return root_mnt; in nfs_do_root_mount()
216 static struct dentry *nfs_follow_remote_path(struct vfsmount *root_mnt, in nfs_follow_remote_path() argument
222 if (IS_ERR(root_mnt)) in nfs_follow_remote_path()
223 return ERR_CAST(root_mnt); in nfs_follow_remote_path()
227 mntput(root_mnt); in nfs_follow_remote_path()
231 dentry = mount_subtree(root_mnt, export_path); in nfs_follow_remote_path()
242 struct vfsmount *root_mnt; in nfs4_try_mount() local
250 root_mnt = nfs_do_root_mount(&nfs4_remote_fs_type, flags, mount_info, in nfs4_try_mount()
254 res = nfs_follow_remote_path(root_mnt, export_path); in nfs4_try_mount()
301 struct vfsmount *root_mnt; in nfs4_referral_mount() local
309 root_mnt = nfs_do_root_mount(&nfs4_remote_referral_fs_type, in nfs4_referral_mount()
313 res = nfs_follow_remote_path(root_mnt, export_path); in nfs4_referral_mount()