Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_mountroot.c305 vfs_mountroot_shuffle(struct thread *td, struct mount *mpdevfs) in vfs_mountroot_shuffle() argument
313 mpnroot = TAILQ_NEXT(mpdevfs, mnt_list); in vfs_mountroot_shuffle()
318 TAILQ_REMOVE(&mountlist, mpdevfs, mnt_list); in vfs_mountroot_shuffle()
319 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()
323 TAILQ_INSERT_TAIL(&mountlist, mpdevfs, mnt_list); 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()
[all …]