Searched refs:DMU_OST_OTHER (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 157 DMU_OST_OTHER, /* For testing only! */ enumerator
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 62 DMU_OST_OTHER, /* For testing only! */ enumerator
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 3180 int err = dmu_objset_create(dsname, DMU_OST_OTHER, 0, in ztest_dataset_create() 3203 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, FTAG, &os)); in ztest_objset_destroy_cb() 3281 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os) == 0) { in ztest_dmu_objset_create_destroy() 3299 VERIFY3U(ENOENT, ==, dmu_objset_own(name, DMU_OST_OTHER, B_TRUE, in ztest_dmu_objset_create_destroy() 3315 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os)); in ztest_dmu_objset_create_destroy() 3339 dmu_objset_create(name, DMU_OST_OTHER, 0, NULL, NULL)); in ztest_dmu_objset_create_destroy() 3351 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os2)); in ztest_dmu_objset_create_destroy() 5530 VERIFY0(dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, zd, &os)); in ztest_dataset_open()
|