Home
last modified time | relevance | path

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

/linux-4.1.27/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()
265 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()
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()
[all …]
Dosc_cl_internal.h623 unsigned int oe_state; member
Dosc_request.c1890 LASSERT(ext->oe_state == OES_RPC); in osc_build_rpc()