Searched refs:cfd_to_flush (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_files.cc | 579 VersionSet* vset, const ColumnFamilyData* cfd_to_flush, in FindMinPrepLogReferencedByMemTable() argument 586 if (loop_cfd->IsDropped() || loop_cfd == cfd_to_flush) { in FindMinPrepLogReferencedByMemTable() 608 VersionSet* vset, const ColumnFamilyData& cfd_to_flush, in PrecomputeMinLogNumberToKeep() argument 630 cf_min_log_number_to_keep = cfd_to_flush.GetLogNumber(); in PrecomputeMinLogNumberToKeep() 635 vset->PreComputeMinLogNumberWithUnflushedData(&cfd_to_flush); in PrecomputeMinLogNumberToKeep() 659 vset, &cfd_to_flush, memtables_to_flush); in PrecomputeMinLogNumberToKeep()
|
| D | db_impl.h | 2124 VersionSet* vset, const ColumnFamilyData& cfd_to_flush, 2133 VersionSet* vset, const ColumnFamilyData* cfd_to_flush,
|