Home
last modified time | relevance | path

Searched refs:read_ahead_feature_ (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()
77 if (!read_ahead_feature_) { in PrepareReadAhead()
116 if (!read_ahead_feature_) { in GetReadAheadPopulatedBuffer()
541 if (read_ahead_feature_) { in ReadMetadata()
581 if (read_ahead_feature_ && (total_copy_ops % num_ra_ops_per_iter == 0)) { in ReadMetadata()
628 read_ahead_feature_ = true; in MmapMetadata()
632 read_ahead_feature_ = false; in MmapMetadata()
677 bool rathread = (read_ahead_feature_ && (read_ahead_ops_.size() > 0)); in Start()
Dsnapuserd.h264 bool IsReadAheadFeaturePresent() { return read_ahead_feature_; } in IsReadAheadFeaturePresent()
332 bool read_ahead_feature_; variable