Lines Matching refs:mutable_cf_options
1707 const MutableCFOptions mutable_cf_options, in Version() argument
1732 mutable_cf_options_(mutable_cf_options), in Version()
2075 const MutableCFOptions& mutable_cf_options, in PrepareApply() argument
2079 storage_info_.CalculateBaseBytes(*cfd_->ioptions(), mutable_cf_options); in PrepareApply()
2240 const MutableCFOptions& mutable_cf_options) { in EstimateCompactionBytesNeeded() argument
2265 mutable_cf_options.level0_file_num_compaction_trigger || in EstimateCompactionBytesNeeded()
2266 level_size >= mutable_cf_options.max_bytes_for_level_base) { in EstimateCompactionBytesNeeded()
2326 const MutableCFOptions& mutable_cf_options, in GetExpiredTtlFilesCount() argument
2338 oldest_ancester_time < (current_time - mutable_cf_options.ttl)) { in GetExpiredTtlFilesCount()
2350 const MutableCFOptions& mutable_cf_options) { in ComputeCompactionScore() argument
2386 mutable_cf_options.compaction_options_fifo.max_table_files_size; in ComputeCompactionScore()
2387 if (mutable_cf_options.compaction_options_fifo.allow_compaction) { in ComputeCompactionScore()
2390 mutable_cf_options.level0_file_num_compaction_trigger, in ComputeCompactionScore()
2393 if (mutable_cf_options.ttl > 0) { in ComputeCompactionScore()
2396 immutable_cf_options, mutable_cf_options, files_[level])), in ComputeCompactionScore()
2402 mutable_cf_options.level0_file_num_compaction_trigger; in ComputeCompactionScore()
2409 mutable_cf_options.max_bytes_for_level_base); in ComputeCompactionScore()
2443 if (mutable_cf_options.ttl > 0) { in ComputeCompactionScore()
2444 ComputeExpiredTtlFiles(immutable_cf_options, mutable_cf_options.ttl); in ComputeCompactionScore()
2446 if (mutable_cf_options.periodic_compaction_seconds > 0) { in ComputeCompactionScore()
2448 immutable_cf_options, mutable_cf_options.periodic_compaction_seconds); in ComputeCompactionScore()
2450 EstimateCompactionBytesNeeded(mutable_cf_options); in ComputeCompactionScore()
3481 const MutableCFOptions mutable_cf_options; member
3490 mutable_cf_options(cf_options), in ManifestWriter()
3716 last_writer->mutable_cf_options, in ProcessManifestWrites()
3719 mutable_cf_options_ptrs.push_back(&last_writer->mutable_cf_options); in ProcessManifestWrites()
4924 MutableCFOptions mutable_cf_options(*options); in ReduceNumberOfLevels() local
4930 mutable_cf_options, &ve, &dummy_mutex, nullptr, true); in ReduceNumberOfLevels()
5546 c->mutable_cf_options()->prefix_extractor.get(), in MakeInputIterator()
5559 c->mutable_cf_options()->prefix_extractor.get(), in MakeInputIterator()