Home
last modified time | relevance | path

Searched refs:bo_flag (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/sys/
HDbufobj.h105 u_int bo_flag; /* i Flags */ member
/NextBSD/sys/kern/
HDvfs_subr.c1846 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 …]
HDvfs_bio.c1871 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()
/NextBSD/sys/ufs/ffs/
HDffs_softdep.c14083 bo->bo_flag |= BO_WWAIT;