Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ zap_getflags
Function
zap_getflags
freebsd/contrib/openzfs/module/zfs/zap_micro.c:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
void *tag, dmu_tx_t *tx, zap_flags_t flags);
48
49
uint64_t
50
zap_getflags(zap_t *zap)
51
{
52
if (zap->zap_ismicro)
53
return (0);
54
return (zap_f_phys(zap)->zap_flags);
55
}
56
57
int
58
zap_hashbits(zap_t *zap)
Callers
7
zap_leaf_array_match
Function · 0.85
zap_entry_read_name
Function · 0.85
zap_hashbits
Function · 0.85
zap_maxcd
Function · 0.85
zap_hash
Function · 0.85
zap_normalize
Function · 0.85
zap_match
Function · 0.85
Calls
1
zap_f_phys
Function · 0.85
Tested by
no test coverage detected