HomeSort by: relevance | last modified time | path
    Searched defs:vrefcnt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_vnode.c 256 vrefcnt(struct vnode *vp) function
280 int refcnt = vrefcnt(vp);
665 if (vrefcnt(vp) > 0)
671 if (vrefcnt(vp) > 0 || VSTATE_GET(vp) != VS_LOADED) {
789 if (vrefcnt(vp) > 1) {
893 if (vrefcnt(vp) <= 0 || vp->v_writecount != 0) {
1037 KASSERT(vrefcnt(vp) > 0);
1111 KASSERT(vrefcnt(vp) > 0);
1126 if (vp->v_holdcnt++ == 0 && vrefcnt(vp) == 0)
1157 if (vp->v_holdcnt == 0 && vrefcnt(vp) == 0
    [all...]

Completed in 35 milliseconds