Lines Matching refs:vstorage

536   const auto* vstorage = cfd_->current()->storage_info();  in HandleNumFilesAtLevel()  local
543 vstorage->NumLevelFiles(static_cast<int>(level))); in HandleNumFilesAtLevel()
552 const auto* vstorage = cfd_->current()->storage_info(); in HandleCompressionRatioAtLevelPrefix() local
558 vstorage->GetEstimatedCompressionRatioAtLevel(static_cast<int>(level))); in HandleCompressionRatioAtLevelPrefix()
564 const auto* vstorage = cfd_->current()->storage_info(); in HandleLevelStats() local
572 vstorage->NumLevelFiles(level), in HandleLevelStats()
573 vstorage->NumLevelBytes(level) / kMB); in HandleLevelStats()
680 const auto* vstorage = cfd_->current()->storage_info(); in HandleCompactionPending() local
681 *value = (cfd_->compaction_picker()->NeedsCompaction(vstorage) ? 1 : 0); in HandleCompactionPending()
756 const auto* vstorage = cfd_->current()->storage_info(); in HandleEstimateNumKeys() local
759 vstorage->GetEstimatedActiveKeys(); in HandleEstimateNumKeys()
807 const auto* vstorage = cfd_->current()->storage_info(); in HandleBaseLevel() local
808 *value = vstorage->base_level(); in HandleBaseLevel()
827 const auto* vstorage = cfd_->current()->storage_info(); in HandleEstimatePendingCompactionBytes() local
828 *value = vstorage->estimated_compaction_needed_bytes(); in HandleEstimatePendingCompactionBytes()
841 const auto* vstorage = version->storage_info(); in HandleEstimateLiveDataSize() local
842 *value = vstorage->EstimateLiveDataSize(); in HandleEstimateLiveDataSize()
1104 const VersionStorageInfo* vstorage = cfd_->current()->storage_info(); in DumpCFMapStats() local
1108 ? vstorage->num_levels() - 1 in DumpCFMapStats()
1115 compaction_score[vstorage->CompactionScoreLevel(i)] = in DumpCFMapStats()
1116 vstorage->CompactionScore(i); in DumpCFMapStats()
1121 for (auto* f : vstorage->LevelFiles(level)) { in DumpCFMapStats()
1135 int files = vstorage->NumLevelFiles(level); in DumpCFMapStats()
1140 total_file_size += vstorage->NumLevelBytes(level); in DumpCFMapStats()
1154 static_cast<double>(vstorage->NumLevelBytes(level)), in DumpCFMapStats()