Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapuserd_readahead.cpp183 void ReadAheadThread::PrepareReadAhead(uint64_t* source_block, int* pending_ops, in PrepareReadAhead() argument
191 *source_block = cow_op->source; in PrepareReadAhead()
206 if (op->source != (*source_block - nr_consecutive)) { in PrepareReadAhead()
315 uint64_t source_block; in ReadAheadIOStart() local
318 PrepareReadAhead(&source_block, &num_ops, blocks); in ReadAheadIOStart()
327 source_block = source_block + 1 - linear_blocks; in ReadAheadIOStart()
361 source_block * BLOCK_SZ)) { in ReadAheadIOStart()
363 << "at block :" << source_block << " buffer_offset : " << buffer_offset in ReadAheadIOStart()
Dsnapuserd.h132 void PrepareReadAhead(uint64_t* source_block, int* pending_ops, std::vector<uint64_t>& blocks);
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc39 size_t source_block; member
48 .source_block = static_cast<size_t>(old_block)}; in EmitCopy()