Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
394 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()
404 mpdevfs->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()
406 vp->v_mountedhere = mpdevfs; in vfs_mountroot_shuffle()
417 if (mporoot == mpdevfs) { in vfs_mountroot_shuffle()
418 vfs_unbusy(mpdevfs); in vfs_mountroot_shuffle()
834 mp = TAILQ_NEXT(mpdevfs, mnt_list); in vfs_mountroot_parse()
[all …]