Searched refs:bv_cnt (Results 1 – 5 of 5) sorted by relevance
72 int bv_cnt; /* Number of buffers */ member
1994 if (bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf()2006 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) in bufobj_invalbuf()2057 bo->bo_clean.bv_cnt > 0)) in bufobj_invalbuf()2060 bo->bo_dirty.bv_cnt > 0) in bufobj_invalbuf()2368 bv->bv_cnt--; in buf_vlist_remove()2402 if (bv->bv_cnt == 0 || in buf_vlist_add()2412 bv->bv_cnt++; in buf_vlist_add()4013 vp->v_bufobj.bo_dirty.bv_cnt == 0 && in vgonel()4015 vp->v_bufobj.bo_clean.bv_cnt == 0, in vgonel()4199 vp->v_bufobj.bo_clean.bv_cnt, in vn_printf()[all …]
1361 if (vp->v_bufobj.bo_dirty.bv_cnt == 0) {
2329 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10) { in bufbdflush()2332 } else if (bo->bo_dirty.bv_cnt > dirtybufthresh) { in bufbdflush()
2779 if (bo->bo_dirty.bv_cnt > 0) { in vn_fsync_buf()