Home
last modified time | relevance | path

Searched refs:mporoot (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_mountroot.c307 struct mount *mporoot, *mpnroot; in vfs_mountroot_shuffle() local
316 mporoot = TAILQ_FIRST(&mountlist); in vfs_mountroot_shuffle()
318 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
325 cache_purgevfs(mporoot); in vfs_mountroot_shuffle()
326 if (mporoot != mpdevfs) in vfs_mountroot_shuffle()
329 if (VFS_ROOT(mporoot, LK_EXCLUSIVE, &vporoot)) in vfs_mountroot_shuffle()
337 mporoot->mnt_flag &= ~MNT_ROOTFS; in vfs_mountroot_shuffle()
338 mporoot->mnt_vnodecovered = NULL; in vfs_mountroot_shuffle()
346 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
366 mporoot->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()
[all …]