Lines Matching refs:vstorage
38 VersionStorageInfo* vstorage, in UniversalCompactionBuilder() argument
45 vstorage_(vstorage), in UniversalCompactionBuilder()
123 const VersionStorageInfo& vstorage, const ImmutableCFOptions& ioptions,
265 const VersionStorageInfo* vstorage) const { in NeedsCompaction()
267 if (vstorage->CompactionScore(kLevel0) >= 1) { in NeedsCompaction()
270 if (!vstorage->FilesMarkedForPeriodicCompaction().empty()) { in NeedsCompaction()
273 if (!vstorage->FilesMarkedForCompaction().empty()) { in NeedsCompaction()
281 VersionStorageInfo* vstorage, LogBuffer* log_buffer, in PickCompaction() argument
284 mutable_cf_options, vstorage, this, in PickCompaction()
328 const VersionStorageInfo& vstorage, const ImmutableCFOptions& /*ioptions*/, in CalculateSortedRuns() argument
331 for (FileMetaData* f : vstorage.LevelFiles(0)) { in CalculateSortedRuns()
335 for (int level = 1; level < vstorage.num_levels(); level++) { in CalculateSortedRuns()
340 for (FileMetaData* f : vstorage.LevelFiles(level)) { in CalculateSortedRuns()