Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_mountroot.c322 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
330 if (mporoot != mpdevfs) in vfs_mountroot_shuffle()
331 cache_purgevfs(mpdevfs); in vfs_mountroot_shuffle()
350 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
397 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()
407 mpdevfs->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()
409 vp->v_mountedhere = mpdevfs; in vfs_mountroot_shuffle()
420 if (mporoot == mpdevfs) { in vfs_mountroot_shuffle()
421 vfs_unbusy(mpdevfs); in vfs_mountroot_shuffle()
838 mp = TAILQ_NEXT(mpdevfs, mnt_list); in vfs_mountroot_parse()
[all …]