Home | History | Annotate | Download | only in nfs

Lines Matching refs:dc_refcnt

1234 	KASSERT(ndp->dc_refcnt > 0);
1236 ref = --ndp->dc_refcnt;
1253 KASSERT(ndp->dc_refcnt > 0);
1254 ref = --ndp->dc_refcnt;
1317 ndp->dc_refcnt++;
1375 newndp->dc_refcnt = 1;
1418 KASSERT(ndp->dc_refcnt == 1);
1421 ndp->dc_refcnt++;
1423 KASSERT(ndp->dc_refcnt > 0);
1452 KASSERT(!forcefree || ndp->dc_refcnt == 1);