Searched refs:buffer_blocks (Results 1 – 1 of 1) sorted by relevance
44 auto buffer_blocks = kMaxCopyBufferSize / block_size; in CommonHashExtents() local46 if (buffer_blocks < 1) in CommonHashExtents()47 buffer_blocks = 1; in CommonHashExtents()48 brillo::Blob buf(buffer_blocks * block_size); in CommonHashExtents()55 auto read_blocks = std::min(total_blocks, buffer_blocks); in CommonHashExtents()