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

Function dmu_objset_create_impl

freebsd/contrib/openzfs/module/zfs/dmu_objset.c:1104–1109  ·  view source on GitHub ↗

called from dsl for meta-objset */

Source from the content-addressed store, hash-verified

1102
1103/* called from dsl for meta-objset */
1104objset_t *
1105dmu_objset_create_impl(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp,
1106 dmu_objset_type_t type, dmu_tx_t *tx)
1107{
1108 return (dmu_objset_create_impl_dnstats(spa, ds, bp, type, 0, 0, 0, tx));
1109}
1110
1111typedef struct dmu_objset_create_arg {
1112 const char *doca_name;

Callers 3

dmu_recv_begin_syncFunction · 0.85
dsl_pool_createFunction · 0.85
dmu_objset_create_syncFunction · 0.85

Calls 1

Tested by

no test coverage detected