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

/freebsd-11.0-release/sys/kern/
H A Dvfs_mountroot.c283 struct mount *mporoot, *mpnroot; local
292 mporoot = TAILQ_FIRST(&mountlist);
294 if (mporoot != mpdevfs) {
301 cache_purgevfs(mporoot);
302 if (mporoot != mpdevfs)
305 VFS_ROOT(mporoot, LK_EXCLUSIVE, &vporoot);
311 mporoot->mnt_flag &= ~MNT_ROOTFS;
312 mporoot->mnt_vnodecovered = NULL;
320 if (mporoot != mpdevfs) {
340 mporoot
[all...]

Completed in 108 milliseconds