Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ zap_maxcd
Function
zap_maxcd
freebsd/contrib/openzfs/module/zfs/zap_micro.c:66–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
uint32_t
67
zap_maxcd(zap_t *zap)
68
{
69
if (zap_getflags(zap) & ZAP_FLAG_HASH64)
70
return ((1<<16)-1);
71
else
72
return (-1U);
73
}
74
75
static uint64_t
76
zap_hash(zap_name_t *zn)
Callers
4
zap_entry_create
Function · 0.85
mzap_addent
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