Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_mountroot.c319 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
327 if (mporoot != mpdevfs) in vfs_mountroot_shuffle()
328 cache_purgevfs(mpdevfs); in vfs_mountroot_shuffle()
347 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
393 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()
403 mpdevfs->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()
405 vp->v_mountedhere = mpdevfs; in vfs_mountroot_shuffle()
415 if (mporoot == mpdevfs) { in vfs_mountroot_shuffle()
416 vfs_unbusy(mpdevfs); in vfs_mountroot_shuffle()
834 mp = TAILQ_NEXT(mpdevfs, mnt_list); in vfs_mountroot_parse()
[all …]