| /rocksdb-6.9/file/ |
| D | file_prefetch_buffer.cc | 26 bool for_compaction) { in Prefetch() argument 91 buffer_.BufferStart() + chunk_len, nullptr, for_compaction); in Prefetch() 100 Slice* result, bool for_compaction) { in TryReadFromCache() argument 117 if (for_compaction) { in TryReadFromCache() 119 for_compaction); in TryReadFromCache() 121 s = Prefetch(file_reader_, offset, n + readahead_size_, for_compaction); in TryReadFromCache()
|
| D | file_prefetch_buffer.h | 63 bool for_compaction = false); 76 bool for_compaction = false);
|
| D | random_access_file_reader.cc | 26 bool for_compaction) const { in Read() 49 if (for_compaction && rate_limiter_ != nullptr) { in Read() 98 if (for_compaction && rate_limiter_ != nullptr) { in Read()
|
| D | random_access_file_reader.h | 118 AlignedBuf* aligned_buf, bool for_compaction = false) const;
|
| /rocksdb-6.9/db/ |
| D | range_tombstone_fragmenter.cc | 23 const InternalKeyComparator& icmp, bool for_compaction, in FragmentedRangeTombstoneList() argument 47 FragmentTombstones(std::move(unfragmented_tombstones), icmp, for_compaction, in FragmentedRangeTombstoneList() 66 FragmentTombstones(std::move(iter), icmp, for_compaction, snapshots); in FragmentedRangeTombstoneList() 71 const InternalKeyComparator& icmp, bool for_compaction, in FragmentTombstones() argument 127 if (for_compaction) { in FragmentTombstones()
|
| D | table_cache.cc | 191 bool for_compaction = caller == TableReaderCaller::kCompaction; in NewIterator() local 197 !for_compaction /* record_read_stats */, file_read_hist, in NewIterator() 218 if (for_compaction) { in NewIterator() 618 const bool for_compaction = (caller == TableReaderCaller::kCompaction); in ApproximateOffsetOf() local 621 !for_compaction /* record_read_stats */); in ApproximateOffsetOf() 645 const bool for_compaction = (caller == TableReaderCaller::kCompaction); in ApproximateSize() local 648 !for_compaction /* record_read_stats */); in ApproximateSize()
|
| D | range_tombstone_fragmenter.h | 42 const InternalKeyComparator& icmp, bool for_compaction = false, 77 const InternalKeyComparator& icmp, bool for_compaction,
|
| /rocksdb-6.9/table/ |
| D | block_fetcher.h | 48 bool for_compaction = false) 63 for_compaction_(for_compaction) {} in file_()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader_impl.h | 29 FilePrefetchBuffer* prefetch_buffer, bool for_compaction) const { in NewDataBlockIterator() argument 56 get_context, lookup_context, for_compaction, in NewDataBlockIterator()
|
| D | block_based_table_reader.h | 227 FilePrefetchBuffer* prefetch_buffer, bool for_compaction = false) const; 301 bool for_compaction, bool use_cache) const;
|
| D | block_based_table_reader.cc | 165 MemoryAllocator* memory_allocator, bool for_compaction, bool using_zstd, in ReadBlockFromFile() argument 173 cache_options, memory_allocator, nullptr, for_compaction); in ReadBlockFromFile() 1776 bool for_compaction, bool use_cache) const { in RetrieveBlock() argument 1821 GetMemoryAllocator(rep_->table_options), for_compaction, in RetrieveBlock() 1843 bool for_compaction, bool use_cache) const; 1850 bool for_compaction, bool use_cache) const; 1857 bool for_compaction, bool use_cache) const; 1864 bool for_compaction, bool use_cache) const;
|