Home
last modified time | relevance | path

Searched refs:PurgeFileInfo (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl.h1187 struct PurgeFileInfo;
1239 struct PurgeFileInfo { struct
1245 PurgeFileInfo(std::string fn, std::string d, FileType t, uint64_t num, in PurgeFileInfo() argument
1931 std::unordered_map<uint64_t, PurgeFileInfo> purge_files_;
Ddb_impl_compaction_flush.cc2136 PurgeFileInfo file_info(fname, dir_to_sync, type, number, job_id); in SchedulePendingPurge()
Ddb_impl.cc1367 PurgeFileInfo purge_file = it->second; in BackgroundCallPurge()