Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c138 #undef EASSERT
139 #define EASSERT(expr, ext) EASSERTF(expr, ext, "\n") macro
755 EASSERT((ext->oe_start & ~chunk_mask) == 0, ext); in osc_extent_find()
793 EASSERT(osc_extent_is_overlapped(obj, cur) == 0, cur); in osc_extent_find()
846 EASSERT(ergo(rc == 0, ext->oe_state == OES_RPC), ext); in osc_extent_finish()
859 EASSERT(ext->oe_nr_pages == 0, ext); in osc_extent_finish()
963 EASSERT(ext->oe_state == OES_TRUNC, ext); in osc_extent_truncate()
964 EASSERT(!ext->oe_urgent, ext); in osc_extent_truncate()
1075 EASSERT(ext->oe_state == OES_LOCKING, ext); in osc_extent_make_ready()
1076 EASSERT(ext->oe_owner != NULL, ext); in osc_extent_make_ready()
[all …]