Searched refs:bo_flag (Results 1 – 4 of 4) sorted by relevance
105 u_int bo_flag; /* i Flags */ member
1846 KASSERT((xflags & BX_VNDIRTY) == 0 || (bo->bo_flag & BO_DEAD) == 0, in buf_vlist_add()1936 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in brelvp()1937 bo->bo_flag &= ~BO_ONWORKLST; in brelvp()1960 if (bo->bo_flag & BO_ONWORKLST) in vn_syncer_add_to_worklist()1963 bo->bo_flag |= BO_ONWORKLST; in vn_syncer_add_to_worklist()2030 if (((*bo)->bo_flag & BO_ONWORKLST) != 0) { in sync_vnode()2287 if ((bo->bo_flag & BO_ONWORKLST) == 0) { in reassignbuf()2304 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in reassignbuf()2309 bo->bo_flag &= ~BO_ONWORKLST; in reassignbuf()2833 bo->bo_flag = 0; in _vdrop()[all …]
1871 if ((bp->b_bufobj->bo_flag & BO_DEAD) != 0) { in bufwrite()4574 if ((--bo->bo_numoutput == 0) && (bo->bo_flag & BO_WWAIT)) { in bufobj_wdrop()4575 bo->bo_flag &= ~BO_WWAIT; in bufobj_wdrop()4590 bo->bo_flag |= BO_WWAIT; in bufobj_wwait()
14083 bo->bo_flag |= BO_WWAIT;