Searched refs:DMU_OT_ZAP_OTHER (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 110 DMU_OT_ZAP_OTHER, /* ZAP */ enumerator
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 1434 if (lr->lrz_type == DMU_OT_ZAP_OTHER) { in ztest_replay_create() 1446 if (lr->lrz_type == DMU_OT_ZAP_OTHER) { in ztest_replay_create() 1477 if (lr->lrz_type != DMU_OT_ZAP_OTHER) in ztest_replay_create() 1531 if (doi.doi_type == DMU_OT_ZAP_OTHER) { in ztest_replay_remove() 3173 DMU_OT_ZAP_OTHER, DMU_OT_NONE, 0, tx) == 0); in ztest_objset_create_cb() 3208 ASSERT3U(doi.doi_type, ==, DMU_OT_ZAP_OTHER); in ztest_objset_destroy_cb() 4115 ztest_od_init(&od[0], id, FTAG, 0, DMU_OT_ZAP_OTHER, 0, 0); in ztest_zap() 4247 ztest_od_init(&od[0], id, FTAG, 0, DMU_OT_ZAP_OTHER, 0, 0); in ztest_fzap() 4293 ztest_od_init(&od[0], ID_PARALLEL, FTAG, micro, DMU_OT_ZAP_OTHER, 0, 0); in ztest_zap_parallel()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 171 DMU_OT_ZAP_OTHER, /* ZAP */ enumerator
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_scan.c | 234 ot = DMU_OT_ZAP_OTHER; in dsl_scan_setup_sync()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 74 DMU_OT_ZAP_OTHER : DMU_OT_NUMTYPES))
|