Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapuserd.cpp60 if (read_ahead_feature_ && read_ahead_ops_.size() > 0) { in CommitMerge()
542 read_ahead_ops_.push_back(cow_op); in ReadMetadata()
602 read_ahead_ops_.shrink_to_fit(); in ReadMetadata()
677 bool rathread = (read_ahead_feature_ && (read_ahead_ops_.size() > 0)); in Start()
Dsnapuserd.h261 std::vector<const CowOperation*>& GetReadAheadOpsVec() { return read_ahead_ops_; } in GetReadAheadOpsVec()
330 std::vector<const CowOperation*> read_ahead_ops_; variable