Searched refs:v_usecount (Results 1 – 9 of 9) sorted by relevance
1170 if (vp->v_usecount > 0 || in vlrureclaim()1614 if (vp->v_usecount) { in vtryrecycle()2885 refcount_init(&vp->v_usecount, 1); in v_init_counters()3034 refcount_acquire(&vp->v_usecount); in vrefact()3102 if (vp->v_usecount > 0) { in vdefer_inactive()3158 if (vp->v_usecount > 0) in vput_final()3264 if (!refcount_release(&vp->v_usecount)) in vrele()3669 if (vp->v_usecount > 0) { in vinactive()3800 rootvp->v_usecount, rootrefs)); in vflush()3845 if (vp->v_usecount == 0) { in vrecyclel()[all …]
1492 vp->v_usecount != 0) { in vfs_check_usecounts()
3862 VNPASS(vp->v_usecount > 0, vp); in pwd_chdir()
3117 VNPASS(vp->v_usecount > 0, vp); in vn_fullpath_dir()
71 #define v_count v_usecount
277 if (refcount_release_if_not_last(&vp->v_usecount)) { in vn_rele_async()
175 u_int v_usecount; /* I ref count of users */ member1018 return (vp->v_usecount); in vrefcnt()
250 VNPASS(vp->v_usecount > 0, vp); in vnode_pager_alloc()
110 VNASSERT((vp)->v_holdcnt > 0 && (vp)->v_usecount > 0, vp, \