Home
last modified time | relevance | path

Searched refs:bv_cnt (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_rawread.c105 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()
H A Dffs_inode.c661 (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()
H A Dffs_vnops.c250 (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0)) { in ffs_fsync()
423 if (bo->bo_dirty.bv_cnt > 0) { in ffs_syncvnode()
H A Dffs_vfsops.c1738 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()
H A Dffs_snapshot.c2207 if (bo->bo_dirty.bv_cnt <= dirtybufthresh) in ffs_bdflush()
2220 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10 && !bp_bdskip) { in ffs_bdflush()
H A Dffs_softdep.c512 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()
/freebsd/sys/sys/
H A Dbufobj.h70 int bv_cnt; /* Number of buffers */ member
/freebsd/sys/kern/
H A Dvfs_subr.c2200 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 …]
H A Dvfs_default.c1381 if (vp->v_bufobj.bo_dirty.bv_cnt == 0) { in vfs_stdsync()
H A Dvfs_bio.c2406 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()
H A Dvfs_vnops.c3035 if (bo->bo_dirty.bv_cnt > 0) { in vn_fsync_buf()
/freebsd/sys/fs/ext2fs/
H A Dext2_inode.c446 if (length == 0 && (bo->bo_dirty.bv_cnt != 0 || in ext2_ind_truncate()
447 bo->bo_clean.bv_cnt != 0)) in ext2_ind_truncate()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1137 (vp->v_bufobj.bo_dirty.bv_cnt == 0 || in msdosfs_sync()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c3185 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()
H A Dnfs_clbio.c984 if (vp->v_bufobj.bo_dirty.bv_cnt != 0) { in ncl_write()
H A Dnfs_clvfsops.c2032 if (NFSVOPISLOCKED(vp) || vp->v_bufobj.bo_dirty.bv_cnt == 0) { in nfs_sync()