Searched refs:FetchAddLastAllocatedSequence (Results 1 – 2 of 2) sorted by relevance
338 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()
987 uint64_t FetchAddLastAllocatedSequence(uint64_t s) { in FetchAddLastAllocatedSequence() function