Searched refs:OES_CACHE (Results 1 – 2 of 2) sorted by relevance
222 case OES_CACHE: in osc_extent_sanity_check0()265 if (ext->oe_state > OES_CACHE) { in osc_extent_sanity_check0()492 LASSERT(ext->oe_state == OES_ACTIVE || ext->oe_state == OES_CACHE); in osc_extent_hold()493 if (ext->oe_state == OES_CACHE) { in osc_extent_hold()533 LASSERT(cur->oe_state == OES_CACHE); in osc_extent_merge()538 if (victim->oe_state != OES_CACHE || victim->oe_fsync_wait) in osc_extent_merge()593 osc_extent_state_set(ext, OES_CACHE); in osc_extent_release()716 if (ext->oe_state > OES_CACHE || ext->oe_fsync_wait) { in osc_extent_find()728 if (ext->oe_state != OES_CACHE || ext->oe_fsync_wait) { in osc_extent_find()798 cur->oe_state = OES_CACHE; in osc_extent_find()[all …]
588 OES_CACHE = 2, /** extent is ready for IO */ enumerator