MCPcopy 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
49uint64_t
50zap_getflags(zap_t *zap)
51{
52 if (zap->zap_ismicro)
53 return (0);
54 return (zap_f_phys(zap)->zap_flags);
55}
56
57int
58zap_hashbits(zap_t *zap)

Callers 7

zap_leaf_array_matchFunction · 0.85
zap_entry_read_nameFunction · 0.85
zap_hashbitsFunction · 0.85
zap_maxcdFunction · 0.85
zap_hashFunction · 0.85
zap_normalizeFunction · 0.85
zap_matchFunction · 0.85

Calls 1

zap_f_physFunction · 0.85

Tested by

no test coverage detected