Searched refs:blocks_to_read (Results 1 – 2 of 2) sorted by relevance
826 uint64_t blocks_to_read = utils::BlocksInExtents(old_extents); in ReadExtentsToDiff() local834 blocks_to_read * kBlockSize > kMaxBsdiffDestinationSize) { in ReadExtentsToDiff()836 << blocks_to_read * kBlockSize << " bytes"; in ReadExtentsToDiff()842 blocks_to_read * kBlockSize > kMaxPuffdiffDestinationSize) { in ReadExtentsToDiff()844 << blocks_to_read * kBlockSize << " bytes"; in ReadExtentsToDiff()872 if (blocks_to_read > 0) { in ReadExtentsToDiff()877 kBlockSize * blocks_to_read, in ReadExtentsToDiff()
1083 uint64_t blocks_to_read = 0; in PerformMoveOperation() local1085 blocks_to_read += operation.src_extents(i).num_blocks(); in PerformMoveOperation()1091 DCHECK_EQ(blocks_to_write, blocks_to_read); in PerformMoveOperation()