dmu_objset_own
err = dmu_objset_own(path, type, B_TRUE, B_FALSE, tag, osp);
err = dmu_objset_own(name, type, readonly, decrypt, tag, osp);
err = dmu_objset_own(name, type, readonly, decrypt, tag, osp);
error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, B_FALSE,
int dmu_objset_own(const char *name, dmu_objset_type_t type,
int dmu_objset_own(const char *name, dmu_objset_type_t type,
error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, B_TRUE,
error = dmu_objset_own(osname, DMU_OST_ZFS, ro, B_TRUE, zfsvfs, &os);
error = dmu_objset_own(name, DMU_OST_ZVOL, B_TRUE, B_TRUE, FTAG, &os);
error = dmu_objset_own(zv->zv_name, DMU_OST_ZVOL, ro, B_TRUE, zv, &os);
if ((error = dmu_objset_own(name, DMU_OST_ZVOL, B_FALSE, B_TRUE,