Searched refs:old_visited_blocks (Results 1 – 2 of 2) sorted by relevance
376 ExtentRanges old_visited_blocks; in DeltaReadPartition() local400 &old_visited_blocks, in DeltaReadPartition()453 FilterExtentRanges(old_file.extents, old_visited_blocks); in DeltaReadPartition()456 old_visited_blocks.AddExtents(old_file_extents); in DeltaReadPartition()478 old_unvisited = FilterExtentRanges(old_unvisited, old_visited_blocks); in DeltaReadPartition()531 ExtentRanges* old_visited_blocks, in DeltaMovedAndZeroBlocks() argument551 !old_visited_blocks->ContainsBlock(block) && in DeltaMovedAndZeroBlocks()553 old_visited_blocks->AddBlock(block); in DeltaMovedAndZeroBlocks()565 if (old_block_ids[block] != 0 && !old_visited_blocks->ContainsBlock(block)) in DeltaMovedAndZeroBlocks()575 old_visited_blocks->AddRanges(*old_zero_blocks); in DeltaMovedAndZeroBlocks()[all …]
72 ExtentRanges* old_visited_blocks,