Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd.h178 bool GetReadAheadPopulatedBuffer(const CowOperation* cow_op);
256 bool GetReadAheadPopulatedBuffer(uint64_t block, void* buffer);
H A Dsnapuserd_worker.cpp127 bool WorkerThread::GetReadAheadPopulatedBuffer(const CowOperation* cow_op) { in GetReadAheadPopulatedBuffer() function in android::snapshot::WorkerThread
134 if (!snapuserd_->GetReadAheadPopulatedBuffer(cow_op->new_block, buffer)) { in GetReadAheadPopulatedBuffer()
144 if (!GetReadAheadPopulatedBuffer(cow_op)) { in ProcessCopyOp()
H A Dsnapuserd.cpp131 bool Snapuserd::GetReadAheadPopulatedBuffer(uint64_t block, void* buffer) { in GetReadAheadPopulatedBuffer() function in android::snapshot::Snapuserd