| /rocksdb-6.9/db/ |
| D | version_edit_test.cc | 95 ASSERT_EQ(3u, new_files[0].second.fd.GetPathId()); in TEST_F() 96 ASSERT_EQ(3u, new_files[1].second.fd.GetPathId()); in TEST_F() 97 ASSERT_EQ(0u, new_files[2].second.fd.GetPathId()); in TEST_F() 98 ASSERT_EQ(0u, new_files[3].second.fd.GetPathId()); in TEST_F() 155 ASSERT_EQ(3u, new_files[0].second.fd.GetPathId()); in TEST_F() 156 ASSERT_EQ(3u, new_files[1].second.fd.GetPathId()); in TEST_F()
|
| D | repair.cc | 462 db_options_.db_paths, t.meta.fd.GetNumber(), t.meta.fd.GetPathId()); in ExtractMetaData() 464 FormatFileNumber(t.meta.fd.GetNumber(), t.meta.fd.GetPathId(), in ExtractMetaData() 477 db_options_.db_paths, t->meta.fd.GetNumber(), t->meta.fd.GetPathId()); in ScanTable() 481 t->meta.fd = FileDescriptor(t->meta.fd.GetNumber(), t->meta.fd.GetPathId(), in ScanTable() 585 0, table->meta.fd.GetNumber(), table->meta.fd.GetPathId(), in AddTables()
|
| D | import_column_family_job.cc | 92 cfd_->ioptions()->cf_paths, f.fd.GetNumber(), f.fd.GetPathId()); in Prepare() 152 edit_.AddFile(file_metadata.level, f.fd.GetNumber(), f.fd.GetPathId(), in Run()
|
| D | external_sst_file_ingestion_job.cc | 102 f.fd.GetPathId()); in Prepare() 145 ingestion_path_ids.insert(f.fd.GetPathId()); in Prepare() 259 f.picked_level, f.fd.GetNumber(), f.fd.GetPathId(), f.fd.GetFileSize(), in Run()
|
| D | version_edit.cc | 252 if (f.fd.GetPathId() != 0) { in EncodeTo() 254 char p = static_cast<char>(f.fd.GetPathId()); in EncodeTo()
|
| D | builder.cc | 104 meta->fd.GetPathId()); in BuildTable()
|
| D | version_set.cc | 752 uint32_t path_id = f->fd.GetPathId(); in ~Version() 1233 file_meta->fd.GetPathId()); in GetTableProperties() 1287 file_meta->fd.GetPathId()); in TablesRangeTombstoneSummary() 1333 file_meta->fd.GetPathId()); in GetPropertiesOfAllTables() 1361 file_meta->fd.GetNumber(), file_meta->fd.GetPathId()); in GetPropertiesOfTablesInRange() 1430 uint32_t path_id = file->fd.GetPathId(); in GetColumnFamilyMetaData() 2540 f->fd.GetPathId()); in ComputeFilesMarkedForPeriodicCompaction() 5249 edit.AddFile(level, f->fd.GetNumber(), f->fd.GetPathId(), in WriteCurrentStateToManifest() 5660 uint32_t path_id = file->fd.GetPathId(); in GetLiveFilesMetaData()
|
| D | version_edit.h | 77 uint32_t GetPathId() const { in GetPathId() function
|
| D | flush_job.cc | 423 edit_->AddFile(0 /* level */, meta_.fd.GetNumber(), meta_.fd.GetPathId(), in WriteLevel0Table()
|
| D | table_cache.cc | 94 TableFileName(ioptions_.cf_paths, fd.GetNumber(), fd.GetPathId()); in GetTableReader()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_picker_universal.cc | 128 static uint32_t GetPathId(const ImmutableCFOptions& ioptions, 294 if (file->fd.GetPathId() == 0 || !print_path) { in Dump() 300 file->fd.GetNumber(), file->fd.GetPathId()); in Dump() 525 uint32_t UniversalCompactionBuilder::GetPathId( in GetPathId() function in ROCKSDB_NAMESPACE::UniversalCompactionBuilder 701 GetPathId(ioptions_, mutable_cf_options_, estimated_total_size); in PickCompactionToReduceSortedRuns() 953 GetPathId(ioptions_, mutable_cf_options_, estimated_total_size); in PickDeleteTriggeredCompaction() 978 GetPathId(ioptions_, mutable_cf_options_, estimated_total_size); in PickCompactionToOldest()
|
| D | compaction_picker_level.cc | 120 static uint32_t GetPathId(const ImmutableCFOptions& ioptions, 384 GetPathId(ioptions_, mutable_cf_options_, output_level_), in GetCompaction() 408 uint32_t LevelCompactionBuilder::GetPathId( in GetPathId() function in ROCKSDB_NAMESPACE::__anon867945220111::LevelCompactionBuilder
|
| D | compaction_job.cc | 695 output.meta.fd.GetNumber(), output.meta.fd.GetPathId()); in Run() 1349 meta->fd.GetNumber(), meta->fd.GetPathId()); in FinishCompactionOutputFile() 1376 meta->fd.GetNumber(), meta->fd.GetPathId()); in FinishCompactionOutputFile() 1391 if (sfm && meta != nullptr && meta->fd.GetPathId() == 0) { in FinishCompactionOutputFile()
|
| D | compaction.cc | 324 input(0, 0)->fd.GetPathId() == output_path_id() && in IsTrivialMove()
|
| D | compaction_job_test.cc | 101 return TableFileName(db_paths, meta.fd.GetNumber(), meta.fd.GetPathId()); in GenerateFileName()
|
| /rocksdb-6.9/file/ |
| D | sst_file_manager_impl.cc | 106 new_file.second.fd.GetPathId()); in OnCompactionCompletion() 189 inputs[0][0]->fd.GetPathId()); in EnoughRoomForCompaction()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_experimental.cc | 128 edit.AddFile(target_level, f->fd.GetNumber(), f->fd.GetPathId(), in PromoteL0()
|
| D | db_impl_compaction_flush.cc | 1099 newf.second.fd.GetPathId())); in CompactFilesImpl() 1182 file_number, desc.GetPathId()); in NotifyOnCompactionBegin() 1200 c->immutable_cf_options()->cf_paths, file_number, desc.GetPathId())); in NotifyOnCompactionBegin() 1312 edit.AddFile(to_level, f->fd.GetNumber(), f->fd.GetPathId(), in ReFitLevel() 2732 f->fd.GetPathId(), f->fd.GetFileSize(), f->smallest, in BackgroundCompaction() 3061 desc.GetPathId()); in BuildCompactionJobInfo() 3079 c->immutable_cf_options()->cf_paths, file_number, desc.GetPathId())); in BuildCompactionJobInfo()
|
| D | db_impl_open.cc | 1270 edit->AddFile(level, meta.fd.GetNumber(), meta.fd.GetPathId(), in WriteLevel0TableForRecovery()
|
| D | db_impl.cc | 4427 fd.GetNumber(), fd.GetPathId()); in VerifyChecksum()
|