Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h167 int dmu_objset_open_impl(spa_t *spa, struct dsl_dataset *ds, blkptr_t *bp,
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c257 dmu_objset_open_impl(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp, in dmu_objset_open_impl() function
425 err = dmu_objset_open_impl(dsl_dataset_get_spa(ds), in dmu_objset_from_ds()
609 VERIFY(0 == dmu_objset_open_impl(spa, NULL, bp, &os)); in dmu_objset_create_impl()
H A Ddsl_pool.c111 err = dmu_objset_open_impl(spa, NULL, &dp->dp_meta_rootbp, in dsl_pool_open()