Lines Matching refs:v_count
832 VERIFY(vp->v_count > 0); in vn_rele()
834 if (vp->v_count == 1) { in vn_rele()
839 vp->v_count--; in vn_rele()
852 VERIFY((vp->v_count > 0) && (vp->v_count_dnlc > 0)); in vn_rele_dnlc()
855 if (vp->v_count == 1) { in vn_rele_dnlc()
860 vp->v_count--; in vn_rele_dnlc()
875 VERIFY(vp->v_count > 0); in vn_rele_stream()
878 if (vp->v_count == 1) { in vn_rele_stream()
883 vp->v_count--; in vn_rele_stream()
906 VERIFY(vp->v_count > 0); in vn_rele_async()
908 if (vp->v_count == 1) { in vn_rele_async()
914 vp->v_count--; in vn_rele_async()
1189 ASSERT(vp->v_count > 0); in vn_openat()
2381 vp->v_count = 1; in vn_reinit()
2428 ASSERT((vp->v_count == 0) || (vp->v_count == 1)); in vn_free()