Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp270 current_data_pos_ = next_data_pos_; in InitBatchWrites()
332 next_data_pos_ = next_op_pos_ + cluster_size_; in InitPos()
334 next_data_pos_ = next_op_pos_ + sizeof(CowOperation); in InitPos()
517 op.source = next_data_pos_; in EmitBlocks()
584 op.source = next_data_pos_; in EmitSequenceData()
632 auto continue_data_pos = next_data_pos_; in Finalize()
690 next_data_pos_ = continue_data_pos; in Finalize()
702 return next_data_pos_ + sizeof(footer_); in GetCowSize()
752 current_data_pos_ = next_data_pos_; in FlushCluster()
761 if (!EnsureSpaceAvailable(next_data_pos_ + size)) { in WriteOperation()
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h218 uint64_t next_data_pos_ = 0; variable