Home
last modified time | relevance | path

Searched refs:v_count_dnlc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c81 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()
H A Dvnode.c862 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h316 uint_t v_count_dnlc; /* dnlc reference count */ member