Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1620 ztest_dmu_objset_own(const char *name, dmu_objset_type_t type, in ztest_dmu_objset_own() function
4618 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_objset_destroy_cb()
4716 ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dmu_objset_create_destroy()
4736 error = ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, B_TRUE, in ztest_dmu_objset_create_destroy()
4757 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, B_TRUE, in ztest_dmu_objset_create_destroy()
4793 VERIFY3U(EBUSY, ==, ztest_dmu_objset_own(name, DMU_OST_OTHER, in ztest_dmu_objset_create_destroy()
4954 error = ztest_dmu_objset_own(snap2name, DMU_OST_ANY, B_TRUE, B_TRUE, in ztest_dsl_dataset_promote_busy()
7836 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dataset_open()
7893 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_ANY, B_TRUE, in ztest_replay_zil_cb()
8429 VERIFY0(ztest_dmu_objset_own(ztest_opts.zo_pool, in ztest_run()