Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapuserd.cpp449 uint64_t total_copy_ops = reader_->total_copy_ops(); in ReadMetadata() local
575 total_copy_ops -= 1; in ReadMetadata()
581 if (read_ahead_feature_ && (total_copy_ops % num_ra_ops_per_iter == 0)) { in ReadMetadata()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_reader.h151 uint64_t total_copy_ops() { return copy_ops_; } in total_copy_ops() function