Searched refs:old_ex (Results 1 – 1 of 1) sorted by relevance
136 for (ex_t old_ex : old_extents) in IsOverlapping() local138 if (static_cast<uint64_t>(old_ex.off) < new_ex.off + new_ex.len && in IsOverlapping()139 static_cast<uint64_t>(new_ex.off) < old_ex.off + old_ex.len) in IsOverlapping()