Lines Matching refs:FlushReason
708 s = AtomicFlushMemTables(cfds, fo, FlushReason::kManualCompaction, in CompactRange()
711 s = FlushMemTable(cfd, fo, FlushReason::kManualCompaction, in CompactRange()
1368 FlushReason::kManualFlush); in Flush()
1370 s = FlushMemTable(cfh->cfd(), flush_options, FlushReason::kManualFlush); in Flush()
1406 s = AtomicFlushMemTables(cfds, flush_options, FlushReason::kManualFlush); in Flush()
1581 FlushReason flush_reason, bool writes_stopped) { in FlushMemTable()
1682 (flush_reason == FlushReason::kErrorRecovery)); in FlushMemTable()
1696 const FlushOptions& flush_options, FlushReason flush_reason, in AtomicFlushMemTables()
1784 (flush_reason == FlushReason::kErrorRecovery)); in AtomicFlushMemTables()
2113 FlushReason flush_reason) { in SchedulePendingFlush()
2200 LogBuffer* log_buffer, FlushReason* reason, in BackgroundFlush()
2205 *reason = FlushReason::kOthers; in BackgroundFlush()
2295 FlushReason reason; in BackgroundCallFlush()
2300 reason != FlushReason::kErrorRecovery) { in BackgroundCallFlush()