Lines Matching refs:bv_cnt
2214 VNASSERT(bo->bo_clean.bv_cnt == 0, vp, ("cleanbufcnt not 0")); in freevnode()
2217 VNASSERT(bo->bo_dirty.bv_cnt == 0, vp, ("dirtybufcnt not 0")); in freevnode()
2359 if (bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf()
2367 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf()
2419 V_ALLOWCLEAN)) == 0 && (bo->bo_dirty.bv_cnt > 0 || in bufobj_invalbuf()
2420 bo->bo_clean.bv_cnt > 0)) in bufobj_invalbuf()
2423 bo->bo_dirty.bv_cnt > 0) in bufobj_invalbuf()
2718 bv->bv_cnt--; in buf_vlist_remove()
2780 bv->bv_cnt++; in buf_vlist_find_or_add()
2895 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in brelvp()
3265 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in reassignbuf()
4455 vp->v_bufobj.bo_dirty.bv_cnt == 0 && in vgonel()
4457 vp->v_bufobj.bo_clean.bv_cnt == 0, in vgonel()
4668 vp->v_bufobj.bo_clean.bv_cnt, in vn_printf()
4669 vp->v_bufobj.bo_dirty.bv_cnt); in vn_printf()