Searched refs:from_max (Results 1 – 1 of 1) sorted by relevance
256 const uint64_t from_max = range_max(&from->layout); in layout_merge_segments() local263 if (to_max < from->layout.offset || from_max < to->layout.offset) in layout_merge_segments()282 to->layout.length = max(to_max, from_max) - to->layout.offset; in layout_merge_segments()1003 const uint64_t from_max = from->offset + from->length; in layout_recall_merge() local1006 if (to_max < from->offset || from_max < to->offset) in layout_recall_merge()1018 to->length = max(to_max, from_max) - to->offset; in layout_recall_merge()