Home
last modified time | relevance | path

Searched refs:dmu_objset_open_impl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h247 int dmu_objset_open_impl(spa_t *spa, struct dsl_dataset *ds, blkptr_t *bp,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c466 dmu_objset_open_impl(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp, in dmu_objset_open_impl() function
724 err = dmu_objset_open_impl(dsl_dataset_get_spa(ds), in dmu_objset_from_ds()
1093 VERIFY0(dmu_objset_open_impl(spa, NULL, bp, &os)); in dmu_objset_create_impl_dnstats()
3173 EXPORT_SYMBOL(dmu_objset_open_impl);
H A Ddsl_pool.c252 err = dmu_objset_open_impl(spa, NULL, &dp->dp_meta_rootbp, in dsl_pool_init()