Home
last modified time | relevance | path

Searched refs:dsl_dataset_own (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h251 int dsl_dataset_own(struct dsl_pool *dp, const char *name,
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c574 err = dsl_dataset_own(dp, name, tag, &ds); in dmu_objset_own()
634 VERIFY0(dsl_dataset_own(dp, name, tag, &newds)); in dmu_objset_refresh_ownership()
H A Ddmu_send.c948 err = dsl_dataset_own(dp, tosnap, FTAG, &ds); in dmu_send()
H A Ddsl_dataset.c628 dsl_dataset_own(dsl_pool_t *dp, const char *name, in dsl_dataset_own() function