Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1226 ztest_dmu_objset_own(const char *name, dmu_objset_type_t type, in ztest_dmu_objset_own() function
3828 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_objset_destroy_cb()
3910 ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dmu_objset_create_destroy()
3929 VERIFY3U(ENOENT, ==, ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_dmu_objset_create_destroy()
3945 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, B_TRUE, in ztest_dmu_objset_create_destroy()
3981 VERIFY3U(EBUSY, ==, ztest_dmu_objset_own(name, DMU_OST_OTHER, in ztest_dmu_objset_create_destroy()
4119 error = ztest_dmu_objset_own(snap2name, DMU_OST_ANY, B_TRUE, B_TRUE, in ztest_dsl_dataset_promote_busy()
6582 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dataset_open()
6674 VERIFY0(ztest_dmu_objset_own(ztest_opts.zo_pool, in ztest_run()