Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h174 int dmu_objset_open_impl(spa_t *spa, struct dsl_dataset *ds, blkptr_t *bp,
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c299 dmu_objset_open_impl(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp, in dmu_objset_open_impl() function
493 err = dmu_objset_open_impl(dsl_dataset_get_spa(ds), in dmu_objset_from_ds()
769 VERIFY0(dmu_objset_open_impl(spa, NULL, bp, &os)); in dmu_objset_create_impl()
H A Ddsl_pool.c285 err = dmu_objset_open_impl(spa, NULL, &dp->dp_meta_rootbp, in dsl_pool_init()