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

Function zap_create_link

freebsd/contrib/openzfs/module/zfs/zap.c:996–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 */
995
996uint64_t
997zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj,
998 const char *name, dmu_tx_t *tx)
999{
1000 return (zap_create_link_dnsize(os, ot, parent_obj, name, 0, tx));
1001}
1002
1003uint64_t
1004zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj,

Callers 9

spa_sync_config_objectFunction · 0.85
spa_sync_propsFunction · 0.85
sa_add_layout_entryFunction · 0.85
sa_attr_register_syncFunction · 0.85
ddt_sync_tableFunction · 0.85
dsl_deleg_set_syncFunction · 0.85
feature_enable_syncFunction · 0.85

Calls 1

zap_create_link_dnsizeFunction · 0.85

Tested by

no test coverage detected