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 in typeref:typename:int
280 int refcnt = vrefcnt(vp);
665 if (vrefcnt(vp) > 0)
671 if (vrefcnt(vp) > 0 || VSTATE_GET(vp) != VS_LOADED) {
792 if (vrefcnt(vp) > 1) {
896 if (vrefcnt(vp) <= 0 || vp->v_writecount != 0) {
1040 KASSERT(vrefcnt(vp) > 0);
1114 KASSERT(vrefcnt(vp) > 0);
1129 if (vp->v_holdcnt++ == 0 && vrefcnt(vp) == 0)
1160 if (vp->v_holdcnt == 0 && vrefcnt(vp) == 0
    [all...]

Completed in 12 milliseconds