Searched refs:DMU_OT_TOTAL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h62 #define DMU_OT_TOTAL (DMU_OT_NUMTYPES + 1) macro
76 zfs_blkstat_t zab_type[DN_MAX_LEVELS + 1][DMU_OT_TOTAL + 1];
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2693 tzb = &stats.zab_type[DN_MAX_LEVELS][DMU_OT_TOTAL];
2709 for (t = 0; t <= DMU_OT_TOTAL; t++) {
2722 else if (t == DMU_OT_TOTAL)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c1720 int t = (i & 1) ? BP_GET_TYPE(bp) : DMU_OT_TOTAL;

Completed in 73 milliseconds