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.c1644 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()
14584 if (bo->bo_numoutput > 0 || in softdep_check_suspend()
14684 if (bo->bo_numoutput > 0 || in softdep_check_suspend()
/freebsd/sys/kern/
H A Dvfs_bio.c5212 bo->bo_numoutput++; in bufobj_wrefl()
5221 bo->bo_numoutput++; in bufobj_wref()
5231 KASSERT(bo->bo_numoutput > 0, ("bufobj_wdrop non-positive count")); in bufobj_wdrop()
5232 if ((--bo->bo_numoutput == 0) && (bo->bo_flag & BO_WWAIT)) { in bufobj_wdrop()
5234 wakeup(&bo->bo_numoutput); in bufobj_wdrop()
5247 while (bo->bo_numoutput) { in bufobj_wwait()
5249 error = msleep(&bo->bo_numoutput, BO_LOCKPTR(bo), in bufobj_wwait()
H A Dvfs_subr.c2216 VNASSERT(bo->bo_numoutput == 0, vp, ("Clean vnode has pending I/O's")); in freevnode()
2374 if (bo->bo_numoutput > 0 || bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf()
2409 } 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.c3350 while (bo->bo_numoutput) { in ncl_flush()
3397 bo->bo_numoutput == 0) in ncl_flush()
3404 (bo->bo_dirty.bv_cnt != 0 || bo->bo_numoutput != 0)) { in ncl_flush()