Home
last modified time | relevance | path

Searched refs:MarkLogsSynced (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc425 MarkLogsSynced(logfile_number_, need_log_dir_sync, status); in WriteImpl()
549 MarkLogsSynced(logfile_number_, need_log_dir_sync, w.status); in PipelinedWriteImpl()
Ddb_impl.h1630 void MarkLogsSynced(uint64_t up_to, bool synced_dir, const Status& status);
Ddb_impl.cc1247 MarkLogsSynced(current_log_number, need_log_dir_sync, status); in SyncWAL()
1273 void DBImpl::MarkLogsSynced(uint64_t up_to, bool synced_dir, in MarkLogsSynced() function in ROCKSDB_NAMESPACE::DBImpl
Ddb_impl_compaction_flush.cc127 MarkLogsSynced(current_log_number - 1, true, io_s); in SyncClosedLogs()