Searched refs:rootvp (Results 1 – 2 of 2) sorted by relevance
972 rootvp = NULL; in vfs_domount_first()977 vhold(rootvp); in vfs_domount_first()978 vrele(rootvp); in vfs_domount_first()1006 vdrop(rootvp); in vfs_domount_first()1131 rootvp = NULL; in vfs_domount_update()1271 vrele(rootvp); in vfs_domount_update()1793 vrele(rootvp); in dounmount()1829 vhold(rootvp); in dounmount()1830 vrele(rootvp); in dounmount()1876 vdrop(rootvp); in dounmount()[all …]
3704 struct vnode *vp, *mvp, *rootvp = NULL; in vflush() local3722 vput(rootvp); in vflush()3796 VI_LOCK(rootvp); in vflush()3798 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush()3800 rootvp->v_usecount, rootrefs)); in vflush()3801 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush()3802 VOP_LOCK(rootvp, LK_EXCLUSIVE|LK_INTERLOCK); in vflush()3803 vgone(rootvp); in vflush()3804 VOP_UNLOCK(rootvp); in vflush()3807 VI_UNLOCK(rootvp); in vflush()[all …]