Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c972 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 …]
H A Dvfs_subr.c3704 struct vnode *vp, *mvp, *rootvp = NULL; in vflush() local
3722 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 …]