| /rocksdb-6.9/file/ |
| D | file_prefetch_buffer.cc | 24 Status FilePrefetchBuffer::Prefetch(RandomAccessFileReader* reader, in Prefetch() function in ROCKSDB_NAMESPACE::FilePrefetchBuffer 118 s = Prefetch(file_reader_, offset, std::max(n, readahead_size_), in TryReadFromCache() 121 s = Prefetch(file_reader_, offset, n + readahead_size_, for_compaction); in TryReadFromCache()
|
| D | random_access_file_reader.h | 128 Status Prefetch(uint64_t offset, size_t n) const { in Prefetch() function 129 return file_->Prefetch(offset, n, IOOptions(), nullptr); in Prefetch()
|
| D | file_prefetch_buffer.h | 62 Status Prefetch(RandomAccessFileReader* reader, uint64_t offset, size_t n,
|
| D | readahead_raf.cc | 74 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch() function in ROCKSDB_NAMESPACE::__anon832aeac60111::ReadaheadRandomAccessFile
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_bloom.h | 52 void Prefetch(uint32_t hash); 80 inline void PlainTableBloomV1::Prefetch(uint32_t h) { in Prefetch() function
|
| D | plain_table_reader.cc | 550 bloom_.Prefetch(prefix_hash); in Prepare()
|
| /rocksdb-6.9/util/ |
| D | dynamic_bloom.h | 73 void Prefetch(uint32_t h); 144 inline void DynamicBloom::Prefetch(uint32_t h32) { in Prefetch() function
|
| /rocksdb-6.9/table/block_based/ |
| D | block_prefetcher.cc | 28 rep->file->Prefetch(handle.offset(), readahead_size_); in PrefetchIfNeeded()
|
| D | partitioned_index_reader.cc | 151 s = prefetch_buffer->Prefetch(rep->file.get(), prefetch_off, in CacheDependencies()
|
| D | partitioned_filter_block.cc | 341 s = prefetch_buffer->Prefetch(rep->file.get(), prefetch_off, in CacheDependencies()
|
| D | block_based_table_reader.h | 137 Status Prefetch(const Slice* begin, const Slice* end) override;
|
| D | block_based_table_reader.cc | 720 s = file->Prefetch(prefetch_off, prefetch_len); in PrefetchTail() 724 s = (*prefetch_buffer)->Prefetch(file, prefetch_off, prefetch_len); in PrefetchTail() 2606 Status BlockBasedTable::Prefetch(const Slice* const begin, in Prefetch() function in ROCKSDB_NAMESPACE::BlockBasedTable
|
| /rocksdb-6.9/table/ |
| D | table_reader.h | 116 virtual Status Prefetch(const Slice* begin = nullptr,
|
| D | table_test.cc | 1624 s = table_reader->Prefetch(begin.get(), end.get()); in PrefetchRange()
|
| /rocksdb-6.9/env/ |
| D | composite_env_wrapper.h | 85 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch() function 88 return target_->Prefetch(offset, n, io_opts, &dbg); in Prefetch() 682 IOStatus Prefetch(uint64_t offset, size_t n, const IOOptions& /*options*/, in Prefetch() function 684 return status_to_io_status(target_->Prefetch(offset, n)); in Prefetch()
|
| D | env_encryption.cc | 140 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch() function in ROCKSDB_NAMESPACE::EncryptedRandomAccessFile 142 return file_->Prefetch(offset + prefixLength_, n); in Prefetch()
|
| D | io_posix.h | 201 virtual IOStatus Prefetch(uint64_t offset, size_t n, const IOOptions& opts,
|
| D | io_posix.cc | 733 IOStatus PosixRandomAccessFile::Prefetch(uint64_t offset, size_t n, in Prefetch() function in ROCKSDB_NAMESPACE::PosixRandomAccessFile
|
| /rocksdb-6.9/include/rocksdb/ |
| D | file_system.h | 628 virtual IOStatus Prefetch(uint64_t /*offset*/, size_t /*n*/, in Prefetch() function 1242 IOStatus Prefetch(uint64_t offset, size_t n, const IOOptions& options, in Prefetch() function 1244 return target_->Prefetch(offset, n, options, dbg); in Prefetch()
|
| D | env.h | 656 virtual Status Prefetch(uint64_t /*offset*/, size_t /*n*/) { in Prefetch() function 1441 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch() function 1442 return target_->Prefetch(offset, n); in Prefetch()
|
| /rocksdb-6.9/db/ |
| D | db_test_util.h | 443 virtual Status Prefetch(uint64_t offset, size_t n) override { in NewRandomAccessFile() 444 Status s = target_->Prefetch(offset, n); in NewRandomAccessFile()
|