Lines Matching refs:vstorage
21 const VersionStorageInfo* vstorage) const { in NeedsCompaction()
22 if (!vstorage->ExpiredTtlFiles().empty()) { in NeedsCompaction()
25 if (!vstorage->FilesMarkedForPeriodicCompaction().empty()) { in NeedsCompaction()
28 if (!vstorage->BottommostFilesMarkedForCompaction().empty()) { in NeedsCompaction()
31 if (!vstorage->FilesMarkedForCompaction().empty()) { in NeedsCompaction()
34 for (int i = 0; i <= vstorage->MaxInputLevel(); i++) { in NeedsCompaction()
35 if (vstorage->CompactionScore(i) >= 1) { in NeedsCompaction()
47 VersionStorageInfo* vstorage, in LevelCompactionBuilder() argument
54 vstorage_(vstorage), in LevelCompactionBuilder()
552 VersionStorageInfo* vstorage, LogBuffer* log_buffer, in PickCompaction() argument
554 LevelCompactionBuilder builder(cf_name, vstorage, earliest_mem_seqno, this, in PickCompaction()