Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mountroot.c308 struct vnode *vp, *vporoot, *vpdevfs; in vfs_mountroot_shuffle() local
329 if (VFS_ROOT(mporoot, LK_EXCLUSIVE, &vporoot)) in vfs_mountroot_shuffle()
332 VI_LOCK(vporoot); in vfs_mountroot_shuffle()
333 vporoot->v_iflag &= ~VI_MOUNT; in vfs_mountroot_shuffle()
334 vn_irflag_unset_locked(vporoot, VIRF_MOUNTPOINT); in vfs_mountroot_shuffle()
335 vporoot->v_mountedhere = NULL; in vfs_mountroot_shuffle()
336 VI_UNLOCK(vporoot); in vfs_mountroot_shuffle()
339 vput(vporoot); in vfs_mountroot_shuffle()