| 411 | } |
| 412 | |
| 413 | inline CacheDirEntry * |
| 414 | dir_bucket(int64_t b, CacheDirEntry *seg) |
| 415 | { |
| 416 | return dir_in_seg(seg, b * DIR_DEPTH); |
| 417 | } |
| 418 | |
| 419 | inline CacheDirEntry * |
| 420 | next_dir(CacheDirEntry *d, CacheDirEntry *seg) |
no outgoing calls
no test coverage detected