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

Method vol_dirlen

src/traffic_cache_tool/CacheDefs.cc:359–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359size_t
360StripeSM::vol_dirlen()
361{
362 return vol_headerlen() + ROUND_TO_STORE_BLOCK(((size_t)this->_buckets) * DIR_DEPTH * this->_segments * SIZEOF_DIR) +
363 ROUND_TO_STORE_BLOCK(sizeof(StripeMeta));
364}
365
366void
367StripeSM::vol_init_data_internal()

Callers 3

InitializeMetaMethod · 0.95
updateHeaderFooterMethod · 0.95
loadDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected