Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
int
58
zap_hashbits(zap_t *zap)
59
{
60
if (zap_getflags(zap) & ZAP_FLAG_HASH64)
61
return (48);
62
else
63
return (28);
64
}
65
66
uint32_t
67
zap_maxcd(zap_t *zap)
Callers
4
zap_grow_ptrtbl
Function · 0.85
zap_hash
Function · 0.85
zap_cursor_serialize
Function · 0.85
zap_cursor_retrieve
Function · 0.85
Calls
1
zap_getflags
Function · 0.85
Tested by
no test coverage detected