Home
last modified time | relevance | path

Searched refs:log_dir_synced_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc223 bool need_log_dir_sync = need_log_sync && !log_dir_synced_; in WriteImpl()
479 bool need_log_dir_sync = need_log_sync && !log_dir_synced_; in PipelinedWriteImpl()
1724 log_dir_synced_ = false; in SwitchMemtable()
Ddb_impl.cc171 log_dir_synced_(false), in DBImpl()
1218 need_log_dir_sync = !log_dir_synced_; in SyncWAL()
1277 log_dir_synced_ = true; in MarkLogsSynced()
Ddb_impl.h1811 bool log_dir_synced_; variable