Home
last modified time | relevance | path

Searched refs:OES_CACHE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c222 case OES_CACHE: in osc_extent_sanity_check0()
266 if (ext->oe_state > OES_CACHE) { in osc_extent_sanity_check0()
493 LASSERT(ext->oe_state == OES_ACTIVE || ext->oe_state == OES_CACHE); in osc_extent_hold()
494 if (ext->oe_state == OES_CACHE) { in osc_extent_hold()
534 LASSERT(cur->oe_state == OES_CACHE); in osc_extent_merge()
539 if (victim->oe_state != OES_CACHE || victim->oe_fsync_wait) in osc_extent_merge()
594 osc_extent_state_set(ext, OES_CACHE); in osc_extent_release()
717 if (ext->oe_state > OES_CACHE || ext->oe_fsync_wait) { in osc_extent_find()
729 if (ext->oe_state != OES_CACHE || ext->oe_fsync_wait) { in osc_extent_find()
799 cur->oe_state = OES_CACHE; in osc_extent_find()
[all …]
Dosc_cl_internal.h587 OES_CACHE = 2, /** extent is ready for IO */ enumerator