Searched refs:mporoot (Results 1 – 1 of 1) sorted by relevance
311 struct mount *mporoot, *mpnroot; in vfs_mountroot_shuffle() local320 mporoot = TAILQ_FIRST(&mountlist); in vfs_mountroot_shuffle()322 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()329 cache_purgevfs(mporoot); in vfs_mountroot_shuffle()330 if (mporoot != mpdevfs) in vfs_mountroot_shuffle()341 mporoot->mnt_flag &= ~MNT_ROOTFS; in vfs_mountroot_shuffle()342 mporoot->mnt_vnodecovered = NULL; in vfs_mountroot_shuffle()350 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()370 mporoot->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()371 vp->v_mountedhere = mporoot; in vfs_mountroot_shuffle()[all …]