MCPcopy Create free account
hub / github.com/apache/trafficserver / next_dir

Function next_dir

src/traffic_cache_tool/CacheDefs.h:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

dir_probeMethod · 0.70
dir_delete_entryMethod · 0.70
walk_bucket_chainMethod · 0.70
dir_bucket_loop_checkFunction · 0.70
dir_freelist_lengthMethod · 0.70
dir_checkMethod · 0.70
ScanMethod · 0.70

Calls 1

dir_from_offsetFunction · 0.70

Tested by

no test coverage detected