Searched refs:new_visited_blocks (Results 1 – 2 of 2) sorted by relevance
541 ExtentRanges new_visited_blocks; in DeltaReadPartition() local549 new_visited_blocks.AddExtent(new_part.verity.hash_tree_extent); in DeltaReadPartition()552 new_visited_blocks.AddExtent(new_part.verity.fec_extent); in DeltaReadPartition()585 &new_visited_blocks, in DeltaReadPartition()613 FilterExtentRanges(new_file.extents, new_visited_blocks); in DeltaReadPartition()614 new_visited_blocks.AddExtents(new_file_extents); in DeltaReadPartition()653 new_unvisited = FilterExtentRanges(new_unvisited, new_visited_blocks); in DeltaReadPartition()713 ExtentRanges* new_visited_blocks, in DeltaMovedAndZeroBlocks() argument755 if (new_visited_blocks->ContainsBlock(block)) in DeltaMovedAndZeroBlocks()778 new_visited_blocks->AddExtents(new_zeros); in DeltaMovedAndZeroBlocks()[all …]
76 ExtentRanges* new_visited_blocks,