Home
last modified time | relevance | path

Searched refs:oe_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c118 oes_strings[__ext->oe_state], ext_flags(__ext, __buf), \
186 if (ext->oe_state >= OES_STATE_MAX) { in osc_extent_sanity_check0()
201 switch (ext->oe_state) { in osc_extent_sanity_check0()
266 if (ext->oe_state > OES_CACHE) { in osc_extent_sanity_check0()
341 ext->oe_state = state; 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()
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()
[all …]
Dosc_cl_internal.h622 unsigned int oe_state; member
Dosc_request.c1845 LASSERT(ext->oe_state == OES_RPC); in osc_build_rpc()