Searched refs:BH_LOCKED (Results 1 – 2 of 2) sorted by relevance
389 hp->bh_flags = BH_LOCKED | BH_DIRTY; // new block is always dirty in mf_new()453 hp->bh_flags |= BH_LOCKED; in mf_get()479 if ((flags & BH_LOCKED) == 0) in mf_put()481 flags &= ~BH_LOCKED; in mf_put()795 if (!(hp->bh_flags & BH_LOCKED)) in mf_release()855 if (!(hp->bh_flags & BH_LOCKED) in mf_release_all()
529 #define BH_LOCKED 2 macro