Searched refs:PersistentCacheOptions (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/table/ |
| D | persistent_cache_options.h | 18 struct PersistentCacheOptions { struct 19 PersistentCacheOptions() {} in PersistentCacheOptions() argument 20 explicit PersistentCacheOptions( in PersistentCacheOptions() function 27 virtual ~PersistentCacheOptions() {} in ~PersistentCacheOptions() argument
|
| D | persistent_cache_helper.h | 23 static void InsertRawPage(const PersistentCacheOptions& cache_options, 29 const PersistentCacheOptions& cache_options, const BlockHandle& handle, 33 static Status LookupRawPage(const PersistentCacheOptions& cache_options, 40 const PersistentCacheOptions& cache_options, const BlockHandle& handle,
|
| D | persistent_cache_helper.cc | 13 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in InsertRawPage() 28 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in InsertUncompressedPage() 47 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in LookupRawPage() 77 const PersistentCacheOptions& cache_options, const BlockHandle& handle, in LookupUncompressedPage()
|
| D | block_fetcher.h | 45 const PersistentCacheOptions& cache_options, 82 const PersistentCacheOptions& cache_options_;
|
| D | meta_blocks.cc | 214 PersistentCacheOptions cache_options; in ReadProperties() 374 PersistentCacheOptions cache_options; in ReadTableProperties() 444 PersistentCacheOptions cache_options; in FindMetaBlock() 487 PersistentCacheOptions cache_options; in ReadMetaBlock()
|
| D | format.h | 309 const PersistentCacheOptions& cache_options = PersistentCacheOptions());
|
| D | table_test.cc | 4378 PersistentCacheOptions cache_options; in TEST_P() 4465 PersistentCacheOptions pcache_opts; in TEST_P()
|
| /rocksdb-6.9/table/block_based/ |
| D | hash_index_reader.cc | 69 const PersistentCacheOptions& cache_options = rep->persistent_cache_options; in Create()
|
| D | block_based_table_reader.h | 506 PersistentCacheOptions persistent_cache_options;
|
| D | block_based_table_reader.cc | 164 const PersistentCacheOptions& cache_options, size_t read_amp_bytes_per_bit, in ReadBlockFromFile() 634 PersistentCacheOptions(rep->table_options.persistent_cache, in Open()
|