Searched refs:v_count_dnlc (Results 1 – 3 of 3) sorted by relevance
80 if ((vp)->v_count_dnlc == 0) \82 (vp)->v_count_dnlc++; \412 negative_cache_vnode.v_count_dnlc = 0; in dnlc_init()753 if (vp->v_count_dnlc == 0) { in dnlc_purge_vp()791 if (vp->v_count_dnlc == 0) { in dnlc_purge_vp()
852 VERIFY((vp->v_count > 0) && (vp->v_count_dnlc > 0)); in vn_rele_dnlc()854 if (--vp->v_count_dnlc == 0) { in vn_rele_dnlc()2382 vp->v_count_dnlc = 0; in vn_reinit()2429 ASSERT(vp->v_count_dnlc == 0); in vn_free()2678 return (vp->v_count_dnlc > 0); in vn_in_dnlc()
259 uint_t v_count_dnlc; /* dnlc reference count */ member