HomeSort by: relevance | last modified time | path
    Searched refs:v_holdcnt (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
vfs_vnode.c 199 * which do (i.e. v_holdcnt is non-zero). We put the lists into a single,
502 if (vp->v_holdcnt > 0)
1062 if (VSTATE_GET(vp) == VS_RECLAIMED && vp->v_holdcnt == 0) {
1129 if (vp->v_holdcnt++ == 0 && vrefcnt(vp) == 0)
1155 if (vp->v_holdcnt <= 0) {
1159 vp->v_holdcnt--;
1160 if (vp->v_holdcnt == 0 && vrefcnt(vp) == 0)
1497 KASSERT(vp->v_holdcnt == 0);
1555 vp->v_holdcnt++;
1557 vp->v_holdcnt--
    [all...]
vfs_subr.c 1213 vrefcnt(vp), vp->v_writecount, vp->v_holdcnt);
  /src/sys/sys/
vnode.h 160 int v_holdcnt; /* i page & buffer refs */ member in struct:vnode
  /src/sys/fs/msdosfs/
msdosfs_vfsops.c 941 vp->v_writecount, vp->v_holdcnt);
  /src/usr.sbin/pstat/
pstat.c 449 PRWORD(ovflw, " %*d", 5, 1, vp->v_holdcnt);

Completed in 17 milliseconds