Home
last modified time | relevance | path

Searched refs:MarkLogAsContainingPrepSection (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Dlogs_with_prep_tracker.h25 void MarkLogAsContainingPrepSection(uint64_t log);
Dlogs_with_prep_tracker.cc22 void LogsWithPrepTracker::MarkLogAsContainingPrepSection(uint64_t log) { in MarkLogAsContainingPrepSection() function in ROCKSDB_NAMESPACE::LogsWithPrepTracker
/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction.cc241 db_->logs_with_prep_tracker()->MarkLogAsContainingPrepSection(log_number); in PrepareInternal()
Dwrite_prepared_txn_db.h886 db_impl_->logs_with_prep_tracker()->MarkLogAsContainingPrepSection( in Callback()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h795 logs_with_prep_tracker_.MarkLogAsContainingPrepSection(log); in InsertRecoveredTransaction()