Searched refs:DMU_OT_UINT64_OTHER (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 109 DMU_OT_UINT64_OTHER, /* UINT64 */ enumerator in enum:dmu_object_type
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 148 /* Note: ztest uses DMU_OT_UINT64_OTHER as a proxy for file blocks */ 150 ((ot) == DMU_OT_PLAIN_FILE_CONTENTS || (ot) == DMU_OT_UINT64_OTHER) 206 DMU_OT_UINT64_OTHER, /* UINT64 */ enumerator in enum:dmu_object_type
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 2248 lr->lrz_bonustype = DMU_OT_UINT64_OTHER; 4145 ztest_od_init(&od[b], id, FTAG, b, DMU_OT_UINT64_OTHER, 4227 ztest_od_init(&od[0], id, FTAG, 0, DMU_OT_UINT64_OTHER, 0, 0, 4229 ztest_od_init(&od[1], id, FTAG, 1, DMU_OT_UINT64_OTHER, 0, 0, 4499 ztest_od_init(&od[0], id, FTAG, 0, DMU_OT_UINT64_OTHER, blocksize, 4501 ztest_od_init(&od[1], id, FTAG, 1, DMU_OT_UINT64_OTHER, 0, 0, 4703 ztest_od_init(&od[0], ID_PARALLEL, FTAG, 0, DMU_OT_UINT64_OTHER, 4723 ztest_od_init(&od[0], id, FTAG, 0, DMU_OT_UINT64_OTHER, blocksize, 5137 ztest_od_init(&od[0], id, FTAG, 0, DMU_OT_UINT64_OTHER, 0, 0, 0); 5772 ztest_od_init(&od[0], id, FTAG, 0, DMU_OT_UINT64_OTHER, blocksiz [all...] |
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1126 DMU_OT_UINT64_OTHER, /* UINT64 */ enumerator in enum:dmu_object_type
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 87 DMU_OT_UINT64_OTHER : DMU_OT_NUMTYPES)
|
Completed in 158 milliseconds