Lines Matching refs:expanded_inputs
492 CompactionInputFiles expanded_inputs; in SetupOtherInputs() local
493 expanded_inputs.level = input_level; in SetupOtherInputs()
499 &expanded_inputs.files, base_index, nullptr); in SetupOtherInputs()
501 TotalCompensatedFileSize(expanded_inputs.files); in SetupOtherInputs()
502 if (!ExpandInputsToCleanCut(cf_name, vstorage, &expanded_inputs)) { in SetupOtherInputs()
505 if (try_overlapping_inputs && expanded_inputs.size() > inputs->size() && in SetupOtherInputs()
507 !AreFilesInCompaction(expanded_inputs.files)) { in SetupOtherInputs()
509 GetRange(expanded_inputs, &new_start, &new_limit); in SetupOtherInputs()
525 &all_limit, &expanded_inputs.files, in SetupOtherInputs()
527 expanded_inputs_size = TotalCompensatedFileSize(expanded_inputs.files); in SetupOtherInputs()
528 if (expanded_inputs.size() > inputs->size() && in SetupOtherInputs()
530 !AreFilesInCompaction(expanded_inputs.files)) { in SetupOtherInputs()
541 output_level_inputs_size, expanded_inputs.size(), in SetupOtherInputs()
544 inputs->files = expanded_inputs.files; in SetupOtherInputs()