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

/freebsd-13-stable/sys/kern/
H A Dvfs_mountroot.c311 struct mount *mporoot, *mpnroot; local
320 mporoot = TAILQ_FIRST(&mountlist);
322 if (mporoot != mpdevfs) {
329 cache_purgevfs(mporoot);
330 if (mporoot != mpdevfs)
333 if (VFS_ROOT(mporoot, LK_EXCLUSIVE, &vporoot))
341 mporoot->mnt_flag &= ~MNT_ROOTFS;
342 mporoot->mnt_vnodecovered = NULL;
350 if (mporoot != mpdevfs) {
370 mporoot
[all...]

Completed in 63 milliseconds