Searched refs:root_mnt (Results 1 – 3 of 3) sorted by relevance
149 struct vfsmount *root_mnt; in do_nfs4_mount() local194 root_mnt = fc_mount(root_fc); in do_nfs4_mount()197 if (IS_ERR(root_mnt)) in do_nfs4_mount()198 return PTR_ERR(root_mnt); in do_nfs4_mount()202 mntput(root_mnt); in do_nfs4_mount()206 dentry = mount_subtree(root_mnt, export_path); in do_nfs4_mount()
686 struct vfsmount *root_mnt; in audit_trim_trees() local699 root_mnt = collect_mounts(&path); in audit_trim_trees()701 if (IS_ERR(root_mnt)) in audit_trim_trees()711 root_mnt)) in audit_trim_trees()716 drop_collected_mounts(root_mnt); in audit_trim_trees()
4189 struct mount *new_mnt, *root_mnt, *old_mnt, *root_parent, *ex_parent; in SYSCALL_DEFINE2() local4218 root_mnt = real_mount(root.mnt); in SYSCALL_DEFINE2()4221 root_parent = root_mnt->mnt_parent; in SYSCALL_DEFINE2()4226 if (!check_mnt(root_mnt) || !check_mnt(new_mnt)) in SYSCALL_DEFINE2()4234 if (new_mnt == root_mnt || old_mnt == root_mnt) in SYSCALL_DEFINE2()4239 if (!mnt_has_parent(root_mnt)) in SYSCALL_DEFINE2()4253 root_mp = unhash_mnt(root_mnt); /* we'll need its mountpoint */ in SYSCALL_DEFINE2()4254 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()4256 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; in SYSCALL_DEFINE2()4259 attach_mnt(root_mnt, old_mnt, old_mp, false); in SYSCALL_DEFINE2()