Searched refs:bv_cnt (Results 1 – 17 of 17) 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()
1604 vp->v_bufobj.bo_dirty.bv_cnt == 0) { in ffs_sync()1644 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()14585 bo->bo_dirty.bv_cnt > 0 || in softdep_check_suspend()14685 bo->bo_dirty.bv_cnt > 0 || in softdep_check_suspend()
70 int bv_cnt; /* Number of buffers */ member
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()
1147 (vp->v_bufobj.bo_dirty.bv_cnt == 0 || in ext2_sync()
2217 VNASSERT(bo->bo_clean.bv_cnt == 0, vp, ("cleanbufcnt not 0")); in freevnode() 2220 VNASSERT(bo->bo_dirty.bv_cnt == 0, vp, ("dirtybufcnt not 0")); in freevnode() 2366 if (bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf() 2374 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf() 2426 V_ALLOWCLEAN)) == 0 && (bo->bo_dirty.bv_cnt > 0 || in bufobj_invalbuf() 2427 bo->bo_clean.bv_cnt > 0)) in bufobj_invalbuf() 2430 bo->bo_dirty.bv_cnt > 0) in bufobj_invalbuf() 2725 bv->bv_cnt--; in buf_vlist_remove() 2787 bv->bv_cnt++; in buf_vlist_find_or_add() 2902 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt in brelvp() [all...]
1403 if (vp->v_bufobj.bo_dirty.bv_cnt == 0) { in vfs_stdsync()
731 vp->v_bufobj.bo_dirty.bv_cnt > 0) { in bufspace_wait()2412 if (bo->bo_dirty.bv_cnt > bd->bd_dirtybufthresh + 10) { in bufbdflush()2415 } else if (bo->bo_dirty.bv_cnt > bd->bd_dirtybufthresh) { in bufbdflush()
3262 if (bo->bo_dirty.bv_cnt > 0) { in vn_fsync_buf()
1134 (vp->v_bufobj.bo_dirty.bv_cnt == 0 || in msdosfs_sync()
3372 if (bo->bo_dirty.bv_cnt != 0 && commit) { in ncl_flush()3396 if (commit && bo->bo_dirty.bv_cnt == 0 && in ncl_flush()3404 (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()
2050 if (NFSVOPISLOCKED(vp) || vp->v_bufobj.bo_dirty.bv_cnt == 0) { in nfs_sync()