Searched refs:blocks_to_write (Results 1 – 2 of 2) sorted by relevance
390 blocks_to_write = target_blocks.first(blocks_limit)391 out.append("%s %s\n" % (style, blocks_to_write.to_string_raw()))392 total += blocks_to_write.size()393 target_blocks = target_blocks.subtract(blocks_to_write)
704 uint64_t blocks_to_write = utils::BlocksInExtents(new_extents); in ReadExtentsToDiff() local733 kBlockSize * blocks_to_write, in ReadExtentsToDiff()