Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_mountroot.c279 vfs_mountroot_shuffle(struct thread *td, struct mount *mpdevfs) in vfs_mountroot_shuffle() argument
287 mpnroot = TAILQ_NEXT(mpdevfs, mnt_list); in vfs_mountroot_shuffle()
292 TAILQ_REMOVE(&mountlist, mpdevfs, mnt_list); in vfs_mountroot_shuffle()
293 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
297 TAILQ_INSERT_TAIL(&mountlist, mpdevfs, mnt_list); in vfs_mountroot_shuffle()
301 if (mporoot != mpdevfs) in vfs_mountroot_shuffle()
302 cache_purgevfs(mpdevfs); in vfs_mountroot_shuffle()
319 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
363 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()
369 mpdevfs->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()
[all …]