Searched refs:new_visited_blocks (Results 1 – 2 of 2) sorted by relevance
279 ExtentRanges new_visited_blocks; in DeltaReadPartition() local287 new_visited_blocks.AddExtent(new_part.verity.hash_tree_extent); in DeltaReadPartition()290 new_visited_blocks.AddExtent(new_part.verity.fec_extent); in DeltaReadPartition()303 &new_visited_blocks, in DeltaReadPartition()336 FilterExtentRanges(new_file.extents, new_visited_blocks); in DeltaReadPartition()337 new_visited_blocks.AddExtents(new_file_extents); in DeltaReadPartition()371 new_unvisited = FilterExtentRanges(new_unvisited, new_visited_blocks); in DeltaReadPartition()430 ExtentRanges* new_visited_blocks, in DeltaMovedAndZeroBlocks() argument472 if (new_visited_blocks->ContainsBlock(block)) in DeltaMovedAndZeroBlocks()495 new_visited_blocks->AddExtents(new_zeros); in DeltaMovedAndZeroBlocks()[all …]
73 ExtentRanges* new_visited_blocks,