Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_mountroot.c301 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
309 if (mporoot != mpdevfs) in vfs_mountroot_shuffle()
310 cache_purgevfs(mpdevfs, true); in vfs_mountroot_shuffle()
327 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
371 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()
377 mpdevfs->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()
378 vp->v_mountedhere = mpdevfs; in vfs_mountroot_shuffle()
388 if (mporoot == mpdevfs) { in vfs_mountroot_shuffle()
389 vfs_unbusy(mpdevfs); in vfs_mountroot_shuffle()
805 mp = TAILQ_NEXT(mpdevfs, mnt_list); in vfs_mountroot_parse()
[all …]