Lines Matching refs:dst_extents
329 TEST_AND_RETURN_FALSE(writer->Init(operation.dst_extents(), block_size_)); in PerformReplaceOperation()
347 for (const Extent& extent : operation.dst_extents()) { in PerformZeroOrDiscardOperation()
402 optimized.dst_extents(), in PerformSourceCopyOperation()
409 operation.dst_extents(), in PerformSourceCopyOperation()
436 optimized.dst_extents(), in PerformSourceCopyOperation()
444 operation.dst_extents(), in PerformSourceCopyOperation()
464 optimized.dst_extents(), in PerformSourceCopyOperation()
472 optimized.dst_extents(), in PerformSourceCopyOperation()
495 TEST_AND_RETURN_FALSE(writer->Init(operation.dst_extents(), block_size_)); in PerformSourceBsdiffOperation()
498 utils::BlocksInExtents(operation.dst_extents()) * block_size_); in PerformSourceBsdiffOperation()
523 TEST_AND_RETURN_FALSE(writer->Init(operation.dst_extents(), block_size_)); in PerformPuffDiffOperation()
526 utils::BlocksInExtents(operation.dst_extents()) * block_size_)); in PerformPuffDiffOperation()