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

Function dsl_dir_zapify

freebsd/contrib/openzfs/module/zfs/dsl_dir.c:2202–2207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2200}
2201
2202void
2203dsl_dir_zapify(dsl_dir_t *dd, dmu_tx_t *tx)
2204{
2205 objset_t *mos = dd->dd_pool->dp_meta_objset;
2206 dmu_object_zapify(mos, dd->dd_object, DMU_OT_DSL_DIR, tx);
2207}
2208
2209boolean_t
2210dsl_dir_is_zapified(dsl_dir_t *dd)

Callers 4

dsl_dataset_create_syncFunction · 0.85
dsl_dir_init_fs_ss_countFunction · 0.85

Calls 1

dmu_object_zapifyFunction · 0.85

Tested by

no test coverage detected