Home
last modified time | relevance | path

Searched defs:cache_options (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/
Dpersistent_cache_helper.cc13 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()
Dmeta_blocks.cc214 PersistentCacheOptions cache_options; in ReadProperties() local
374 PersistentCacheOptions cache_options; in ReadTableProperties() local
444 PersistentCacheOptions cache_options; in FindMetaBlock() local
487 PersistentCacheOptions cache_options; in ReadMetaBlock() local
Dtable_test.cc4378 PersistentCacheOptions cache_options; in TEST_P() local
/rocksdb-6.9/table/block_based/
Dhash_index_reader.cc69 const PersistentCacheOptions& cache_options = rep->persistent_cache_options; in Create() local
Dblock_based_table_reader.cc164 const PersistentCacheOptions& cache_options, size_t read_amp_bytes_per_bit, in ReadBlockFromFile()