Searched refs:v_holdcnt (Results 1 – 5 of 5) sorted by relevance
199 * which do (i.e. v_holdcnt is non-zero). We put the lists into a single,502 if (vp->v_holdcnt > 0) in lru_which() 1062 if (VSTATE_GET(vp) == VS_RECLAIMED && vp->v_holdcnt == 0) { in vrelel() 1129 if (vp->v_holdcnt++ == 0 && vrefcnt(vp) == 0)1155 if (vp->v_holdcnt <= 0) { in holdrelel() 1159 vp->v_holdcnt--;1160 if (vp->v_holdcnt == 0 && vrefcnt(vp) == 0)1497 KASSERT(vp->v_holdcnt == 0); in vcache_free() 1555 vp->v_holdcnt++; in vcache_vget() 1557 vp->v_holdcnt in vcache_vget() [all...]
1213 vrefcnt(vp), vp->v_writecount, vp->v_holdcnt);
160 int v_holdcnt; /* i page & buffer refs */ member
449 PRWORD(ovflw, " %*d", 5, 1, vp->v_holdcnt); in vnode_print()
941 vp->v_writecount, vp->v_holdcnt); in msdosfs_unmount()