Searched refs:need_log_sync (Results 1 – 2 of 2) sorted by relevance
222 bool need_log_sync = write_options.sync; in WriteImpl() local223 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() local869 bool* need_log_sync, in PreprocessWrite() argument923 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 …]
1497 Status PreprocessWrite(const WriteOptions& write_options, bool* need_log_sync,1509 bool need_log_sync, bool need_log_dir_sync,