Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc222 bool need_log_sync = write_options.sync; in WriteImpl() local
223 bool need_log_dir_sync = need_log_sync && !log_dir_synced_; in WriteImpl()
423 if (need_log_sync) { in WriteImpl()
479 bool need_log_dir_sync = need_log_sync && !log_dir_synced_; in PipelinedWriteImpl()
547 if (need_log_sync) { in PipelinedWriteImpl()
689 bool need_log_sync = false; in WriteImplWALOnly() local
869 bool* need_log_sync, in PreprocessWrite() argument
923 if (status.ok() && *need_log_sync) { in PreprocessWrite()
944 *need_log_sync = false; in PreprocessWrite()
1053 if (io_s.ok() && need_log_sync) { in WriteToWAL()
[all …]
Ddb_impl.h1497 Status PreprocessWrite(const WriteOptions& write_options, bool* need_log_sync,
1509 bool need_log_sync, bool need_log_dir_sync,