Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc222 bool need_log_sync = write_options.sync; in WriteImpl() local
478 bool need_log_sync = !write_options.disableWAL && write_options.sync; in PipelinedWriteImpl() local
689 bool need_log_sync = false; in WriteImplWALOnly() local
869 bool* need_log_sync, in PreprocessWrite()
1027 bool need_log_sync, bool need_log_dir_sync, in WriteToWAL()