Lines Matching refs:ok
107 if (!status.ok()) { in WriteImpl()
136 if (!status.ok()) { in WriteImpl()
254 if (status.ok()) { in WriteImpl()
324 if (status.ok() && !write_options.disableWAL) { in WriteImpl()
330 if (status.ok() && !write_options.disableWAL) { in WriteImpl()
347 if (status.ok()) { in WriteImpl()
363 if (!ws.ok()) { in WriteImpl()
377 if (status.ok()) { in WriteImpl()
416 if (!io_s.ok()) { in WriteImpl()
445 if (status.ok()) { in WriteImpl()
454 if (status.ok()) { in WriteImpl()
495 if (w.status.ok()) { in PipelinedWriteImpl()
525 if (w.status.ok() && !write_options.disableWAL) { in PipelinedWriteImpl()
540 if (!io_s.ok()) { in PipelinedWriteImpl()
642 if (!w.FinalStatus().ok()) { in UnorderedWriteMemtable()
687 if (status.ok()) { in WriteImplWALOnly()
693 if (!status.ok()) { in WriteImplWALOnly()
780 if (status.ok() && write_options.sync) { in WriteImplWALOnly()
793 if (!io_s.ok()) { in WriteImplWALOnly()
799 if (status.ok()) { in WriteImplWALOnly()
807 if (!ws.ok()) { in WriteImplWALOnly()
819 if (immutable_db_options_.unordered_write && status.ok()) { in WriteImplWALOnly()
823 if (status.ok()) { in WriteImplWALOnly()
835 if (immutable_db_options_.paranoid_checks && !status.ok() && in WriteStatusCheck()
846 if (immutable_db_options_.paranoid_checks && !io_status.ok() && in IOStatusCheck()
860 if (!status.ok()) { in MemTableInsertStatusCheck()
883 if (UNLIKELY(status.ok() && !single_column_family_mode_ && in PreprocessWrite()
889 if (UNLIKELY(status.ok() && write_buffer_manager_->ShouldFlush())) { in PreprocessWrite()
899 if (UNLIKELY(status.ok() && !trim_history_scheduler_.Empty())) { in PreprocessWrite()
903 if (UNLIKELY(status.ok() && !flush_scheduler_.Empty())) { in PreprocessWrite()
911 if (UNLIKELY(status.ok() && (write_controller_.IsStopped() || in PreprocessWrite()
923 if (status.ok() && *need_log_sync) { in PreprocessWrite()
1053 if (io_s.ok() && need_log_sync) { in WriteToWAL()
1064 if (!io_s.ok()) { in WriteToWAL()
1069 if (io_s.ok() && need_log_dir_sync) { in WriteToWAL()
1080 if (io_s.ok()) { in WriteToWAL()
1130 if (io_s.ok()) { in ConcurrentWriteToWAL()
1172 if (status.ok() && recoverable_state_pre_release_callback_) { in WriteRecoverableState()
1175 sub_batch_seq < next_seq && status.ok(); sub_batch_seq++) { in WriteRecoverableState()
1185 if (status.ok()) { in WriteRecoverableState()
1288 if (!status.ok()) { in SwitchWAL()
1296 if (status.ok()) { in SwitchWAL()
1367 if (!status.ok()) { in HandleWriteBufferFull()
1375 if (status.ok()) { in HandleWriteBufferFull()
1439 while (error_handler_.GetBGError().ok() && write_controller_.IsStopped()) { in DelayWrite()
1593 if (!status.ok()) { in ScheduleFlushes()
1602 if (status.ok()) { in ScheduleFlushes()
1644 if (!s.ok()) { in SwitchMemtable()
1688 if (s.ok()) { in SwitchMemtable()
1706 if (s.ok() && creating_new_log) { in SwitchMemtable()
1713 if (!s.ok()) { in SwitchMemtable()
1721 if (s.ok()) { in SwitchMemtable()
1731 if (!s.ok()) { in SwitchMemtable()
1815 if (!s.ok()) { in Put()
1826 if (!s.ok()) { in Put()
1830 if (!s.ok()) { in Put()
1862 if (!s.ok()) { in Merge()