Lines Matching refs:bo_flag
2233 bo->bo_flag = 0; in freevnode()
2723 KASSERT((bo->bo_flag & BO_NOBUFS) == 0, in buf_vlist_find_or_add()
2725 KASSERT((xflags & BX_VNDIRTY) == 0 || (bo->bo_flag & BO_DEAD) == 0, in buf_vlist_find_or_add()
2883 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in brelvp()
2884 bo->bo_flag &= ~BO_ONWORKLST; in brelvp()
2907 if (bo->bo_flag & BO_ONWORKLST) in vn_syncer_add_to_worklist()
2910 bo->bo_flag |= BO_ONWORKLST; in vn_syncer_add_to_worklist()
2981 if (((*bo)->bo_flag & BO_ONWORKLST) != 0) { in sync_vnode()
3219 if ((bo->bo_flag & BO_NONSTERILE) == 0) { in reassignbuf()
3226 bo->bo_flag |= BO_NONSTERILE; in reassignbuf()
3236 if ((bo->bo_flag & BO_ONWORKLST) == 0) { in reassignbuf()
3253 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in reassignbuf()
3258 bo->bo_flag &= ~BO_ONWORKLST; in reassignbuf()
4455 vp->v_bufobj.bo_flag |= BO_DEAD; in vgonel()
5469 if (bo->bo_flag & BO_ONWORKLST) { in sync_reclaim()
5473 bo->bo_flag &= ~BO_ONWORKLST; in sync_reclaim()