Searched refs:mpdevfs (Results 1 – 1 of 1) sorted by relevance
304 vfs_mountroot_shuffle(struct thread *td, struct mount *mpdevfs) in vfs_mountroot_shuffle() argument312 mpnroot = TAILQ_NEXT(mpdevfs, mnt_list); in vfs_mountroot_shuffle()317 TAILQ_REMOVE(&mountlist, mpdevfs, mnt_list); in vfs_mountroot_shuffle()318 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()322 TAILQ_INSERT_TAIL(&mountlist, mpdevfs, mnt_list); in vfs_mountroot_shuffle()326 if (mporoot != mpdevfs) in vfs_mountroot_shuffle()327 cache_purgevfs(mpdevfs); in vfs_mountroot_shuffle()346 if (mporoot != mpdevfs) { in vfs_mountroot_shuffle()392 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()402 mpdevfs->mnt_vnodecovered = vp; in vfs_mountroot_shuffle()[all …]