Home
last modified time | relevance | path

Searched refs:linear_blocks (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapuserd_readahead.cpp316 int linear_blocks; in ReadAheadIOStart() local
319 linear_blocks = blocks.size(); in ReadAheadIOStart()
320 if (linear_blocks == 0) { in ReadAheadIOStart()
327 source_block = source_block + 1 - linear_blocks; in ReadAheadIOStart()
328 size_t io_size = (linear_blocks * BLOCK_SZ); in ReadAheadIOStart()
329 num_ops -= linear_blocks; in ReadAheadIOStart()
330 total_blocks_merged += linear_blocks; in ReadAheadIOStart()
339 while (linear_blocks) { in ReadAheadIOStart()
355 linear_blocks -= 1; in ReadAheadIOStart()