Lines Matching refs:mutable_cf_options
138 ColumnFamilyData* cfd, const MutableCFOptions& mutable_cf_options, in FlushMemTableToOutputFile() argument
150 dbname_, cfd, immutable_db_options_, mutable_cf_options, in FlushMemTableToOutputFile()
155 GetCompressionFlush(*cfd->ioptions(), mutable_cf_options), stats_, in FlushMemTableToOutputFile()
156 &event_logger_, mutable_cf_options.report_bg_io_stats, in FlushMemTableToOutputFile()
166 NotifyOnFlushBegin(cfd, &file_meta, mutable_cf_options, job_context->job_id); in FlushMemTableToOutputFile()
200 mutable_cf_options); in FlushMemTableToOutputFile()
222 NotifyOnFlushCompleted(cfd, mutable_cf_options, in FlushMemTableToOutputFile()
261 MutableCFOptions mutable_cf_options = *cfd->GetLatestMutableCFOptions(); in FlushMemTablesToOutputFiles() local
264 cfd, mutable_cf_options, made_progress, job_context, in FlushMemTablesToOutputFiles()
338 const MutableCFOptions& mutable_cf_options = all_mutable_cf_options.back(); in AtomicFlushMemTablesToOutputFiles() local
341 dbname_, cfd, immutable_db_options_, mutable_cf_options, in AtomicFlushMemTablesToOutputFiles()
345 data_dir, GetCompressionFlush(*cfd->ioptions(), mutable_cf_options), in AtomicFlushMemTablesToOutputFiles()
346 stats_, &event_logger_, mutable_cf_options.report_bg_io_stats, in AtomicFlushMemTablesToOutputFiles()
359 const MutableCFOptions& mutable_cf_options = all_mutable_cf_options.at(i); in AtomicFlushMemTablesToOutputFiles() local
361 NotifyOnFlushBegin(cfds[i], &file_meta[i], mutable_cf_options, in AtomicFlushMemTablesToOutputFiles()
588 const MutableCFOptions& mutable_cf_options, in NotifyOnFlushBegin() argument
600 mutable_cf_options.level0_slowdown_writes_trigger); in NotifyOnFlushBegin()
603 mutable_cf_options.level0_stop_writes_trigger); in NotifyOnFlushBegin()
633 (void)mutable_cf_options; in NotifyOnFlushBegin()
639 ColumnFamilyData* cfd, const MutableCFOptions& mutable_cf_options, in NotifyOnFlushCompleted() argument
652 mutable_cf_options.level0_slowdown_writes_trigger); in NotifyOnFlushCompleted()
655 mutable_cf_options.level0_stop_writes_trigger); in NotifyOnFlushCompleted()
673 (void)mutable_cf_options; in NotifyOnFlushCompleted()
1032 c->mutable_cf_options()->paranoid_file_checks, in CompactFilesImpl()
1033 c->mutable_cf_options()->report_bg_io_stats, dbname_, in CompactFilesImpl()
1041 *c->mutable_cf_options()); in CompactFilesImpl()
1053 Status status = compaction_job.Install(*c->mutable_cf_options()); in CompactFilesImpl()
1057 *c->mutable_cf_options()); in CompactFilesImpl()
1282 const MutableCFOptions mutable_cf_options = *cfd->GetLatestMutableCFOptions(); in ReFitLevel() local
1286 to_level = FindMinimumEmptyLevelFitting(cfd, mutable_cf_options, level); in ReFitLevel()
1323 status = versions_->LogAndApply(cfd, mutable_cf_options, &edit, &mutex_, in ReFitLevel()
1325 InstallSuperVersionAndScheduleWork(cfd, &sv_context, mutable_cf_options); in ReFitLevel()
1357 ->mutable_cf_options.level0_stop_writes_trigger; in Level0StopWriteTrigger()
1839 const auto& mutable_cf_options = *cfd->GetLatestMutableCFOptions(); in WaitUntilFlushWouldNotStallWrites() local
1849 mutable_cf_options.level0_file_num_compaction_trigger) { in WaitUntilFlushWouldNotStallWrites()
1860 vstorage->estimated_compaction_needed_bytes(), mutable_cf_options) in WaitUntilFlushWouldNotStallWrites()
2614 auto* mutable_cf_options = cfd->GetLatestMutableCFOptions(); in BackgroundCompaction() local
2615 if (!mutable_cf_options->disable_auto_compactions && !cfd->IsDropped()) { in BackgroundCompaction()
2620 c.reset(cfd->PickCompaction(*mutable_cf_options, log_buffer)); in BackgroundCompaction()
2634 *(c->mutable_cf_options())); in BackgroundCompaction()
2693 *c->mutable_cf_options(), c->edit(), in BackgroundCompaction()
2698 *c->mutable_cf_options()); in BackgroundCompaction()
2751 *c->mutable_cf_options(), c->edit(), in BackgroundCompaction()
2757 *c->mutable_cf_options()); in BackgroundCompaction()
2823 &event_logger_, c->mutable_cf_options()->paranoid_file_checks, in BackgroundCompaction()
2824 c->mutable_cf_options()->report_bg_io_stats, dbname_, in BackgroundCompaction()
2839 status = compaction_job.Install(*c->mutable_cf_options()); in BackgroundCompaction()
2844 *c->mutable_cf_options()); in BackgroundCompaction()
2896 *(c->mutable_cf_options())); in BackgroundCompaction()
3100 const MutableCFOptions& mutable_cf_options) { in InstallSuperVersionAndScheduleWork() argument
3107 old_memtable_size = old_sv->mutable_cf_options.write_buffer_size * in InstallSuperVersionAndScheduleWork()
3108 old_sv->mutable_cf_options.max_write_buffer_number; in InstallSuperVersionAndScheduleWork()
3115 cfd->InstallSuperVersion(sv_context, &mutex_, mutable_cf_options); in InstallSuperVersionAndScheduleWork()
3135 mutable_cf_options.write_buffer_size * in InstallSuperVersionAndScheduleWork()
3136 mutable_cf_options.max_write_buffer_number; in InstallSuperVersionAndScheduleWork()