Home
last modified time | relevance | path

Searched refs:PrepareReadAhead (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() function in android::snapshot::ReadAheadThread
318 PrepareReadAhead(&source_block, &num_ops, blocks); in ReadAheadIOStart()
Dsnapuserd.h132 void PrepareReadAhead(uint64_t* source_block, int* pending_ops, std::vector<uint64_t>& blocks);
265 void PrepareReadAhead();
Dsnapuserd.cpp76 void Snapuserd::PrepareReadAhead() { in PrepareReadAhead() function in android::snapshot::Snapuserd
617 PrepareReadAhead(); in ReadMetadata()