Home
last modified time | relevance | path

Searched refs:for_compaction (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/file/
Dfile_prefetch_buffer.cc26 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()
Dfile_prefetch_buffer.h63 bool for_compaction = false);
76 bool for_compaction = false);
Drandom_access_file_reader.cc26 bool for_compaction) const { in Read()
49 if (for_compaction && rate_limiter_ != nullptr) { in Read()
98 if (for_compaction && rate_limiter_ != nullptr) { in Read()
Drandom_access_file_reader.h118 AlignedBuf* aligned_buf, bool for_compaction = false) const;
/rocksdb-6.9/db/
Drange_tombstone_fragmenter.cc23 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()
Dtable_cache.cc191 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()
Drange_tombstone_fragmenter.h42 const InternalKeyComparator& icmp, bool for_compaction = false,
77 const InternalKeyComparator& icmp, bool for_compaction,
/rocksdb-6.9/table/
Dblock_fetcher.h48 bool for_compaction = false)
63 for_compaction_(for_compaction) {} in file_()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader_impl.h29 FilePrefetchBuffer* prefetch_buffer, bool for_compaction) const { in NewDataBlockIterator() argument
56 get_context, lookup_context, for_compaction, in NewDataBlockIterator()
Dblock_based_table_reader.h227 FilePrefetchBuffer* prefetch_buffer, bool for_compaction = false) const;
301 bool for_compaction, bool use_cache) const;
Dblock_based_table_reader.cc165 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;