Lines Matching refs:v_count
842 if (vp->v_count == 1) { in vn_rele()
847 VERIFY(vp->v_count > 0); in vn_rele()
862 VERIFY((vp->v_count > 0) && (vp->v_count_dnlc > 0)); in vn_rele_dnlc()
864 if (vp->v_count == 1) { in vn_rele_dnlc()
886 if (vp->v_count == 1) { in vn_rele_stream()
891 VERIFY(vp->v_count > 0); in vn_rele_stream()
916 if (vp->v_count == 1) { in vn_rele_async()
922 VERIFY(vp->v_count > 0); in vn_rele_async()
1240 ASSERT(vp->v_count > 0); in vn_openat()
2442 vp->v_count = 1; in vn_reinit()
2498 ASSERT((vp->v_count == 0) || (vp->v_count == 1)); in vn_free()