Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc338 last_sequence = versions_->FetchAddLastAllocatedSequence(seq_inc); in WriteImpl()
761 last_sequence = versions_->FetchAddLastAllocatedSequence(seq_inc); in WriteImplWALOnly()
1117 *last_sequence = versions_->FetchAddLastAllocatedSequence(seq_inc); in ConcurrentWriteToWAL()
1153 seq = versions_->FetchAddLastAllocatedSequence(0); in WriteRecoverableState()
1165 versions_->FetchAddLastAllocatedSequence(last_seq - seq); in WriteRecoverableState()
/rocksdb-6.9/db/
Dversion_set.h987 uint64_t FetchAddLastAllocatedSequence(uint64_t s) { in FetchAddLastAllocatedSequence() function