MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zap_create_norm

Function zap_create_norm

freebsd/contrib/openzfs/module/zfs/zap_micro.c:818–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818uint64_t
819zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot,
820 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
821{
822 return (zap_create_norm_dnsize(os, normflags, ot, bonustype, bonuslen,
823 0, tx));
824}
825
826uint64_t
827zap_create_norm_dnsize(objset_t *os, int normflags, dmu_object_type_t ot,

Callers 3

dsl_bookmark_node_addFunction · 0.85
zap_createFunction · 0.85

Calls 1

zap_create_norm_dnsizeFunction · 0.85

Tested by

no test coverage detected