Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c101 #define EXTPARA(ext) (ext)->oe_start, (ext)->oe_end, (ext)->oe_max_end
238 if (ext->oe_max_end < ext->oe_end || ext->oe_end < ext->oe_start) { in osc_extent_sanity_check0()
280 if (index > ext->oe_end || index < ext->oe_start) { in osc_extent_sanity_check0()
325 if (tmp->oe_end >= ext->oe_start && in osc_extent_is_overlapped()
326 tmp->oe_start <= ext->oe_end) in osc_extent_is_overlapped()
422 } else if (index > tmp->oe_end) { in osc_extent_search()
442 if (ext != NULL && ext->oe_start <= index && index <= ext->oe_end) in osc_extent_lookup()
461 if (ext->oe_end < tmp->oe_start) in osc_extent_insert()
463 else if (ext->oe_start > tmp->oe_end) in osc_extent_insert()
548 chunk_end = cur->oe_end >> ppc_bits; in osc_extent_merge()
[all …]
Dosc_cl_internal.h660 pgoff_t oe_end; member