Home
last modified time | relevance | path

Searched refs:LBA (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.h68 typedef LogicalBlockAddress LBA; typedef
108 LBA* const /*lba*/) { in Append()
114 virtual bool Read(const LBA& /*lba*/, Slice* /*key*/, Slice* /*block*/, in Read() argument
161 bool Read(const LBA& lba, Slice* key, Slice* block, char* scratch) override;
168 bool ParseRec(const LBA& lba, Slice* key, Slice* val, char* scratch);
195 bool Read(const LBA& lba, Slice* key, Slice* block, char* scratch) override { in Read()
207 bool Append(const Slice&, const Slice&, LBA* const) override;
216 bool ReadBuffer(const LBA& lba, Slice* key, Slice* block, char* scratch);
217 bool ReadBuffer(const LBA& lba, char* data);
Dblock_cache_tier_metadata.h41 explicit BlockInfo(const Slice& key, const LBA& lba = LBA())
45 LBA lba_;
63 BlockInfo* Insert(const Slice& key, const LBA& lba);
67 bool Lookup(const Slice& key, LBA* lba);
Dblock_cache_tier_file.cc227 bool RandomAccessCacheFile::Read(const LBA& lba, Slice* key, Slice* val, in Read()
250 bool RandomAccessCacheFile::ParseRec(const LBA& lba, Slice* key, Slice* val, in ParseRec()
317 bool WriteableCacheFile::Append(const Slice& key, const Slice& val, LBA* lba) { in Append()
450 bool WriteableCacheFile::ReadBuffer(const LBA& lba, Slice* key, Slice* block, in ReadBuffer()
463 bool WriteableCacheFile::ReadBuffer(const LBA& lba, char* data) { in ReadBuffer()
Dblock_cache_tier_metadata.cc39 BlockInfo* BlockCacheTierMetadata::Insert(const Slice& key, const LBA& lba) { in Insert()
47 bool BlockCacheTierMetadata::Lookup(const Slice& key, LBA* lba) { in Lookup()
Dblock_cache_tier.cc229 LBA lba; in InsertImpl()
270 LBA lba; in Lookup()