MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zap_hashbits

Function zap_hashbits

freebsd/contrib/openzfs/module/zfs/zap_micro.c:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int
58zap_hashbits(zap_t *zap)
59{
60 if (zap_getflags(zap) & ZAP_FLAG_HASH64)
61 return (48);
62 else
63 return (28);
64}
65
66uint32_t
67zap_maxcd(zap_t *zap)

Callers 4

zap_grow_ptrtblFunction · 0.85
zap_hashFunction · 0.85
zap_cursor_serializeFunction · 0.85
zap_cursor_retrieveFunction · 0.85

Calls 1

zap_getflagsFunction · 0.85

Tested by

no test coverage detected