Searched refs:oe_start (Results 1 – 2 of 2) sorted by relevance
101 #define EXTPARA(ext) (ext)->oe_start, (ext)->oe_end, (ext)->oe_max_end238 if (ext->oe_max_end < ext->oe_end || ext->oe_end < ext->oe_start) { in osc_extent_sanity_check0()252 if (!(descr->cld_start <= 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()420 if (index < tmp->oe_start) { 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()[all …]
659 pgoff_t oe_start; member