Searched refs:v_count_dnlc (Results 1 – 4 of 4) sorted by relevance
81 if ((vp)->v_count_dnlc == 0) { \84 (vp)->v_count_dnlc++; \754 if (vp->v_count_dnlc == 0) { in dnlc_purge_vp()792 if (vp->v_count_dnlc == 0) { in dnlc_purge_vp()
862 VERIFY((vp->v_count > 0) && (vp->v_count_dnlc > 0)); in vn_rele_dnlc()863 if (--vp->v_count_dnlc == 0) { in vn_rele_dnlc()2443 vp->v_count_dnlc = 0; in vn_reinit()2499 ASSERT(vp->v_count_dnlc == 0); in vn_free()2779 return (vp->v_count_dnlc > 0); in vn_in_dnlc()
667 vp->v_count_dnlc = 0; in vn_reinit()726 ASSERT(vp->v_count_dnlc == 0); in vn_free()844 ASSERT(vp->v_count_dnlc == 0); in vn_in_dnlc()
316 uint_t v_count_dnlc; /* dnlc reference count */ member