Searched refs:OES_INV (Results 1 – 2 of 2) sorted by relevance
202 case OES_INV: in osc_extent_sanity_check0()335 LASSERT(state >= OES_INV && state < OES_STATE_MAX); in osc_extent_state_set()358 ext->oe_state = OES_INV; in osc_extent_alloc()384 LASSERT(ext->oe_state == OES_INV); in osc_extent_put()508 osc_extent_state_set(ext, OES_INV); in __osc_extent_remove()811 rc = osc_extent_wait(env, conflict, OES_INV); in osc_extent_find()911 if (state == OES_INV && !ext->oe_urgent && !ext->oe_hp && in osc_extent_wait()2730 rc = osc_extent_wait(env, waiting, OES_INV); in osc_cache_truncate_start()2817 rc = osc_extent_wait(env, ext, OES_INV); in osc_cache_wait_range()
586 OES_INV = 0, /** extent is just initialized or destroyed */ enumerator