Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h157 DMU_OST_OTHER, /* For testing only! */ enumerator
/titanic_50/usr/src/uts/common/sys/fs/
H A Dzfs.h63 DMU_OST_OTHER, /* For testing only! */ enumerator
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c3184 int err = dmu_objset_create(dsname, DMU_OST_OTHER, 0, in ztest_dataset_create()
3207 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, FTAG, &os)); in ztest_objset_destroy_cb()
3285 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os) == 0) { in ztest_dmu_objset_create_destroy()
3303 VERIFY3U(ENOENT, ==, dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_dmu_objset_create_destroy()
3319 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os)); in ztest_dmu_objset_create_destroy()
3343 dmu_objset_create(name, DMU_OST_OTHER, 0, NULL, NULL)); in ztest_dmu_objset_create_destroy()
3355 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
5559 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, zd, &os)); in ztest_dataset_open()