| 558 | return (CacheDirEntry *)(((char *)this->dir) + (s * this->_buckets) * DIR_DEPTH * SIZEOF_DIR); |
| 559 | } |
| 560 | inline CacheDirEntry * |
| 561 | dir_segment(int s) |
| 562 | { |
| 563 | return vol_dir_segment(s); |
| 564 | } |
| 565 | |
| 566 | Bytes stripe_offset(CacheDirEntry *e); // offset w.r.t the stripe content |
| 567 | size_t vol_dirlen(); |
no outgoing calls
no test coverage detected