Searched refs:EASSERTF (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 129 #undef EASSERTF 130 #define EASSERTF(expr, ext, fmt, args...) do { \ macro 139 #define EASSERT(expr, ext) EASSERTF(expr, ext, "\n") 466 EASSERTF(0, tmp, EXTSTR, EXTPARA(ext)); in osc_extent_insert() 692 EASSERTF(!overlapped(ext, cur), ext, in osc_extent_find() 712 EASSERTF((ext->oe_start <= cur->oe_start && in osc_extent_find() 1015 EASSERTF(ergo(ext->oe_start >= trunc_index + !!partial, in osc_extent_truncate() 1180 EASSERTF(osc_extent_is_overlapped(obj, ext) == 0, ext, in osc_extent_expand() 2369 EASSERTF(ext->oe_end >= index && ext->oe_start <= index, in osc_queue_async_io() 2709 EASSERTF(ext->oe_start <= index, ext, in osc_cache_truncate_start()
|