Searched refs:new_visited_blocks (Results 1 – 2 of 2) sorted by relevance
377 ExtentRanges new_visited_blocks; in DeltaReadPartition() local385 new_visited_blocks.AddExtent(new_part.verity.hash_tree_extent); in DeltaReadPartition()388 new_visited_blocks.AddExtent(new_part.verity.fec_extent); in DeltaReadPartition()401 &new_visited_blocks, in DeltaReadPartition()434 FilterExtentRanges(new_file.extents, new_visited_blocks); in DeltaReadPartition()435 new_visited_blocks.AddExtents(new_file_extents); in DeltaReadPartition()473 new_unvisited = FilterExtentRanges(new_unvisited, new_visited_blocks); in DeltaReadPartition()532 ExtentRanges* new_visited_blocks, in DeltaMovedAndZeroBlocks() argument552 !new_visited_blocks->ContainsBlock(block)) { in DeltaMovedAndZeroBlocks()554 new_visited_blocks->AddBlock(block); in DeltaMovedAndZeroBlocks()[all …]
73 ExtentRanges* new_visited_blocks,