Searched refs:replace_extents_expanded (Results 1 – 1 of 1) sorted by relevance
117 vector<uint64_t> replace_extents_expanded = ExpandExtents(replace_extents); in SubstituteBlocks() local118 CHECK_EQ(remove_extents_expanded.size(), replace_extents_expanded.size()); in SubstituteBlocks()120 for (vector<uint64_t>::size_type i = 0; i < replace_extents_expanded.size(); in SubstituteBlocks()122 conversion[remove_extents_expanded[i]] = replace_extents_expanded[i]; in SubstituteBlocks()