Home
last modified time | relevance | path

Searched refs:bo_numoutput (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dbufobj.h105 int bo_numoutput; /* i Writes in progress */ member
/freebsd/sys/ufs/ffs/
H A Dffs_rawread.c104 if (bo->bo_numoutput > 0 || in ffs_rawread_sync()
162 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) in ffs_rawread_sync()
H A Dffs_vnops.c250 (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0)) { in ffs_fsync()
H A Dffs_vfsops.c1778 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) { in ffs_sync()
H A Dffs_softdep.c511 if (bo->bo_numoutput > 0 || in softdep_check_suspend()
14575 if (bo->bo_numoutput > 0 || in softdep_check_suspend()
14675 if (bo->bo_numoutput > 0 || in softdep_check_suspend()
/freebsd/sys/kern/
H A Dvfs_bio.c5199 bo->bo_numoutput++; in bufobj_wrefl()
5208 bo->bo_numoutput++; in bufobj_wref()
5218 KASSERT(bo->bo_numoutput > 0, ("bufobj_wdrop non-positive count")); in bufobj_wdrop()
5219 if ((--bo->bo_numoutput == 0) && (bo->bo_flag & BO_WWAIT)) { in bufobj_wdrop()
5221 wakeup(&bo->bo_numoutput); in bufobj_wdrop()
5234 while (bo->bo_numoutput) { in bufobj_wwait()
5236 error = msleep(&bo->bo_numoutput, BO_LOCKPTR(bo), in bufobj_wwait()
H A Dvfs_subr.c2172 VNASSERT(bo->bo_numoutput == 0, vp, ("Clean vnode has pending I/O's")); in freevnode()
2328 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf()
2363 } while (bo->bo_numoutput > 0); in bufobj_invalbuf()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c951 vp->v_bufobj.bo_numoutput, vp->v_type); in msdosfs_unmount()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c3157 while (bo->bo_numoutput) { in ncl_flush()
3204 bo->bo_numoutput == 0) in ncl_flush()
3211 (bo->bo_dirty.bv_cnt != 0 || bo->bo_numoutput != 0)) { in ncl_flush()