Searched refs:bv_cnt (Results 1 – 16 of 16) sorted by relevance
105 bo->bo_dirty.bv_cnt > 0 || in ffs_rawread_sync() 153 if (bo->bo_dirty.bv_cnt > 0) { in ffs_rawread_sync() 162 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) in ffs_rawread_sync()
661 (bo->bo_dirty.bv_cnt > 0 || bo->bo_clean.bv_cnt > 0)) in ffs_truncate()663 vp, bo->bo_dirty.bv_cnt, bo->bo_clean.bv_cnt); in ffs_truncate()
250 (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0)) { in ffs_fsync()423 if (bo->bo_dirty.bv_cnt > 0) { in ffs_syncvnode()
1738 vp->v_bufobj.bo_dirty.bv_cnt == 0) { in ffs_sync()1778 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) { in ffs_sync()
2207 if (bo->bo_dirty.bv_cnt <= dirtybufthresh) in ffs_bdflush()2220 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10 && !bp_bdskip) { in ffs_bdflush()
512 bo->bo_dirty.bv_cnt > 0 || in softdep_check_suspend()14587 bo->bo_dirty.bv_cnt > 0 || in softdep_check_suspend()14687 bo->bo_dirty.bv_cnt > 0 || in softdep_check_suspend()
70 int bv_cnt; /* Number of buffers */ member
2200 VNASSERT(bo->bo_clean.bv_cnt == 0, vp, ("cleanbufcnt not 0")); in freevnode()2203 VNASSERT(bo->bo_dirty.bv_cnt == 0, vp, ("dirtybufcnt not 0")); in freevnode()2345 if (bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf()2353 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf()2405 V_ALLOWCLEAN)) == 0 && (bo->bo_dirty.bv_cnt > 0 || in bufobj_invalbuf()2406 bo->bo_clean.bv_cnt > 0)) in bufobj_invalbuf()2409 bo->bo_dirty.bv_cnt > 0) in bufobj_invalbuf()2704 bv->bv_cnt--; in buf_vlist_remove()2766 bv->bv_cnt++; in buf_vlist_find_or_add()2881 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in brelvp()[all …]
1381 if (vp->v_bufobj.bo_dirty.bv_cnt == 0) { in vfs_stdsync()
2406 if (bo->bo_dirty.bv_cnt > bd->bd_dirtybufthresh + 10) { in bufbdflush()2409 } else if (bo->bo_dirty.bv_cnt > bd->bd_dirtybufthresh) { in bufbdflush()
3035 if (bo->bo_dirty.bv_cnt > 0) { in vn_fsync_buf()
446 if (length == 0 && (bo->bo_dirty.bv_cnt != 0 || in ext2_ind_truncate()447 bo->bo_clean.bv_cnt != 0)) in ext2_ind_truncate()
1137 (vp->v_bufobj.bo_dirty.bv_cnt == 0 || in msdosfs_sync()
3185 if (bo->bo_dirty.bv_cnt != 0 && commit) { in ncl_flush()3209 if (commit && bo->bo_dirty.bv_cnt == 0 && in ncl_flush()3217 (bo->bo_dirty.bv_cnt != 0 || bo->bo_numoutput != 0)) { in ncl_flush()
984 if (vp->v_bufobj.bo_dirty.bv_cnt != 0) { in ncl_write()
2032 if (NFSVOPISLOCKED(vp) || vp->v_bufobj.bo_dirty.bv_cnt == 0) { in nfs_sync()