Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mountroot.c312 struct vnode *vp, *vporoot, *vpdevfs; in vfs_mountroot_shuffle() local
333 if (VFS_ROOT(mporoot, LK_EXCLUSIVE, &vporoot)) in vfs_mountroot_shuffle()
336 VI_LOCK(vporoot); in vfs_mountroot_shuffle()
337 vporoot->v_iflag &= ~VI_MOUNT; in vfs_mountroot_shuffle()
338 vn_irflag_unset_locked(vporoot, VIRF_MOUNTPOINT); in vfs_mountroot_shuffle()
339 vporoot->v_mountedhere = NULL; in vfs_mountroot_shuffle()
340 VI_UNLOCK(vporoot); in vfs_mountroot_shuffle()
343 vput(vporoot); in vfs_mountroot_shuffle()