Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/cmd/
HDztest.c1623 ztest_dmu_objset_own(const char *name, dmu_objset_type_t type, in ztest_dmu_objset_own() function
4619 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_objset_destroy_cb()
4717 ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dmu_objset_create_destroy()
4737 error = ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, B_TRUE, in ztest_dmu_objset_create_destroy()
4758 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, B_TRUE, in ztest_dmu_objset_create_destroy()
4794 VERIFY3U(EBUSY, ==, ztest_dmu_objset_own(name, DMU_OST_OTHER, in ztest_dmu_objset_create_destroy()
4955 error = ztest_dmu_objset_own(snap2name, DMU_OST_ANY, B_TRUE, B_TRUE, in ztest_dsl_dataset_promote_busy()
7825 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dataset_open()
7882 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_ANY, B_TRUE, in ztest_replay_zil_cb()
8417 VERIFY0(ztest_dmu_objset_own(ztest_opts.zo_pool, in ztest_run()