Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h246 int dmu_objset_open_impl(spa_t *spa, struct dsl_dataset *ds, blkptr_t *bp,
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c465 dmu_objset_open_impl(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp, in dmu_objset_open_impl() function
718 err = dmu_objset_open_impl(dsl_dataset_get_spa(ds), in dmu_objset_from_ds()
1087 VERIFY0(dmu_objset_open_impl(spa, NULL, bp, &os)); in dmu_objset_create_impl_dnstats()
3087 EXPORT_SYMBOL(dmu_objset_open_impl);
H A Ddsl_pool.c259 err = dmu_objset_open_impl(spa, NULL, &dp->dp_meta_rootbp, in dsl_pool_init()