Home
last modified time | relevance | path

Searched refs:GetReadAheadOpsVec (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapuserd_readahead.cpp437 std::vector<const CowOperation*>& read_ahead_ops = snapuserd_->GetReadAheadOpsVec(); in InitializeIter()
442 std::vector<const CowOperation*>& read_ahead_ops = snapuserd_->GetReadAheadOpsVec(); in IterDone()
Dsnapuserd.h261 std::vector<const CowOperation*>& GetReadAheadOpsVec() { return read_ahead_ops_; } in GetReadAheadOpsVec() function