Searched refs:source_block (Results 1 – 3 of 3) sorted by relevance
183 void ReadAheadThread::PrepareReadAhead(uint64_t* source_block, int* pending_ops, in PrepareReadAhead() argument191 *source_block = cow_op->source; in PrepareReadAhead()206 if (op->source != (*source_block - nr_consecutive)) { in PrepareReadAhead()315 uint64_t source_block; in ReadAheadIOStart() local318 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()
132 void PrepareReadAhead(uint64_t* source_block, int* pending_ops, std::vector<uint64_t>& blocks);
39 size_t source_block; member48 .source_block = static_cast<size_t>(old_block)}; in EmitCopy()