Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c202 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()
509 osc_extent_state_set(ext, OES_INV); in __osc_extent_remove()
812 rc = osc_extent_wait(env, conflict, OES_INV); in osc_extent_find()
913 if (state == OES_INV && !ext->oe_urgent && !ext->oe_hp && in osc_extent_wait()
2726 rc = osc_extent_wait(env, waiting, OES_INV); in osc_cache_truncate_start()
2813 rc = osc_extent_wait(env, ext, OES_INV); in osc_cache_wait_range()
Dosc_cl_internal.h585 OES_INV = 0, /** extent is just initialized or destroyed */ enumerator