Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dvfs_vnode.c199 * 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...]
H A Dvfs_subr.c1213 vrefcnt(vp), vp->v_writecount, vp->v_holdcnt);
/netbsd-src/sys/sys/
H A Dvnode.h160 int v_holdcnt; /* i page & buffer refs */ member
/netbsd-src/usr.sbin/pstat/
H A Dpstat.c449 PRWORD(ovflw, " %*d", 5, 1, vp->v_holdcnt); in vnode_print()
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c941 vp->v_writecount, vp->v_holdcnt); in msdosfs_unmount()