| 417 | } |
| 418 | |
| 419 | inline CacheDirEntry * |
| 420 | next_dir(CacheDirEntry *d, CacheDirEntry *seg) |
| 421 | { |
| 422 | int i = dir_next(d); |
| 423 | return dir_from_offset(i, seg); |
| 424 | } |
| 425 | |
| 426 | inline CacheDirEntry * |
| 427 | dir_bucket_row(CacheDirEntry *b, int64_t i) |
no test coverage detected