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

/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c323 struct mount *mporoot, *mpnroot; local
332 mporoot = TAILQ_FIRST(&mountlist);
334 if (mporoot != mpdevfs) {
341 cache_purgevfs(mporoot, true);
342 if (mporoot != mpdevfs)
345 VFS_ROOT(mporoot, LK_EXCLUSIVE, &vporoot);
351 mporoot->mnt_flag &= ~MNT_ROOTFS;
352 mporoot->mnt_vnodecovered = NULL;
360 if (mporoot != mpdevfs) {
380 mporoot
[all...]

Completed in 102 milliseconds