MCPcopy 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
66uint32_t
67zap_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
75static uint64_t
76zap_hash(zap_name_t *zn)

Callers 4

zap_entry_createFunction · 0.85
mzap_addentFunction · 0.85
zap_cursor_serializeFunction · 0.85
zap_cursor_retrieveFunction · 0.85

Calls 1

zap_getflagsFunction · 0.85

Tested by

no test coverage detected