Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A 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()
321 uint64_t source_block; in ReadAheadIOStart() local
324 PrepareReadAhead(&source_block, &num_ops, blocks); in ReadAheadIOStart()
333 source_block = source_block + 1 - linear_blocks; in ReadAheadIOStart()
367 source_block * BLOCK_SZ)) { in ReadAheadIOStart()
369 << "at block :" << source_block << " buffer_offset : " << buffer_offset in ReadAheadIOStart()
H A Dsnapuserd.h132 void PrepareReadAhead(uint64_t* source_block, int* pending_ops, std::vector<uint64_t>& blocks);
/aosp12/system/update_engine/payload_consumer/
H A Dsnapshot_extent_writer_unittest.cc39 size_t source_block; member
48 .source_block = static_cast<size_t>(old_block)}; in EmitCopy()