Searched refs:CE_BUSY (Results 1 – 3 of 3) sorted by relevance
825 if (ce->flags & CE_BUSY)832 ents[num_ents]->flags |= CE_BUSY;842 ce && ((ce->flags & CE_BUSY) || ce->clone == NULL);850 ents[num_ents]->flags |= CE_BUSY;869 ents[i]->flags &= ~CE_BUSY;1061 if (ce->flags & CE_BUSY) { in delete_cache_list()1160 if ((ce->flags & CE_BUSY) == 0) /* it's ok, break out and return it */ in block_lookup()1175 if (ce->flags & CE_BUSY) in block_lookup()1223 ce->flags |= CE_BUSY; /* mark all blocks as busy till we're done */ in beos_set_blocks_info()1238 ents[j]->flags &= ~CE_BUSY; in beos_set_blocks_info()[all …]
56 #define CE_BUSY 0x0004 /* this block has i/o happening, don't touch it */ macro
58 #define CE_BUSY 0x0004 /* this block has i/o happening, don't touch it */ macro