Searched refs:BH_DIRTY (Results 1 – 3 of 3) sorted by relevance
389 hp->bh_flags = BH_LOCKED | BH_DIRTY; // new block is always dirty in mf_new()484 flags |= BH_DIRTY; in mf_put()549 && (hp->bh_flags & BH_DIRTY) in mf_sync()676 hp->bh_flags |= BH_DIRTY; in mf_set_dirty()804 if ((hp->bh_flags & BH_DIRTY) && mf_write(mfp, hp) == FAIL) in mf_release()856 && (!(hp->bh_flags & BH_DIRTY) in mf_release_all()1057 hp2->bh_flags &= ~BH_DIRTY; in mf_write()
528 #define BH_DIRTY 1 macro
5332 hp->bh_flags |= BH_DIRTY; in ml_setflags()