| 436 | } |
| 437 | |
| 438 | Bytes |
| 439 | StripeSM::stripe_offset(CacheDirEntry *e) |
| 440 | { |
| 441 | return this->_content + Bytes((dir_offset(e) * CACHE_BLOCK_SIZE) - CACHE_BLOCK_SIZE); |
| 442 | } |
| 443 | |
| 444 | int |
| 445 | StripeSM::dir_probe(CryptoHash *key, [[maybe_unused]] CacheDirEntry *result, [[maybe_unused]] CacheDirEntry **last_collision) |