Searched refs:oe_max_end (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 descr->cld_end >= ext->oe_max_end)) { in osc_extent_sanity_check0()541 if (cur->oe_max_end != victim->oe_max_end) in osc_extent_merge()661 cur->oe_max_end = max_end; in osc_extent_find()739 if (ext->oe_max_end != max_end) { in osc_extent_find()1044 ext->oe_end = min(last_index, ext->oe_max_end); in osc_extent_truncate()1150 LASSERT(ext->oe_max_end >= index && ext->oe_start <= index); in osc_extent_expand()1166 end_index = min(ext->oe_max_end, ((chunk + 1) << ppc_bits) - 1); in osc_extent_expand()2295 if (ext != NULL && ext->oe_start <= index && ext->oe_max_end >= index) { in osc_queue_async_io()[all …]
664 pgoff_t oe_max_end; member