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

Function zap_create

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

Source from the content-addressed store, hash-verified

801}
802
803uint64_t
804zap_create(objset_t *os, dmu_object_type_t ot,
805 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
806{
807 return (zap_create_norm(os, 0, ot, bonustype, bonuslen, tx));
808}
809
810uint64_t
811zap_create_dnsize(objset_t *os, dmu_object_type_t ot,

Callers 15

zfs_create_fsFunction · 0.85
zfs_set_versionFunction · 0.85
zfs_create_fsFunction · 0.85
zfs_set_versionFunction · 0.85
sync_error_listFunction · 0.85
dsl_dataset_promote_syncFunction · 0.85
vdev_create_link_zapFunction · 0.85
dsl_deadlist_allocFunction · 0.85

Calls 1

zap_create_normFunction · 0.85

Tested by

no test coverage detected