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

Function dir_bucket

src/traffic_cache_tool/CacheDefs.h:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

dir_probeMethod · 0.70
walk_bucket_chainMethod · 0.70
dir_init_segmentMethod · 0.70
init_dirMethod · 0.70
dir_checkMethod · 0.70
ScanMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected