Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c1541 ztest_dmu_objset_own(const char *name, dmu_objset_type_t type, in ztest_dmu_objset_own() function
4252 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_objset_destroy_cb()
4350 ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dmu_objset_create_destroy()
4370 error = ztest_dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, B_TRUE, in ztest_dmu_objset_create_destroy()
4391 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, B_TRUE, in ztest_dmu_objset_create_destroy()
4427 VERIFY3U(EBUSY, ==, ztest_dmu_objset_own(name, DMU_OST_OTHER, in ztest_dmu_objset_create_destroy()
4588 error = ztest_dmu_objset_own(snap2name, DMU_OST_ANY, B_TRUE, B_TRUE, in ztest_dsl_dataset_promote_busy()
7314 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, in ztest_dataset_open()
7371 VERIFY0(ztest_dmu_objset_own(name, DMU_OST_ANY, B_TRUE, in ztest_replay_zil_cb()
7605 VERIFY0(ztest_dmu_objset_own(ztest_opts.zo_pool, in ztest_run()