Searched refs:ZDB_OT_TOTAL (Results 1 – 1 of 1) sorted by relevance
2296 #define ZDB_OT_TOTAL (DMU_OT_NUMTYPES + 3) macro2308 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];2329 ASSERT(type < ZDB_OT_TOTAL); in zdb_count_block()2336 int t = (i & 1) ? type : ZDB_OT_TOTAL; in zdb_count_block()2515 uint64_t bytes = zcb->zcb_type[ZB_TOTAL][ZDB_OT_TOTAL].zb_asize; in zdb_blkptr_cb()2773 tzb = &zcb.zcb_type[ZB_TOTAL][ZDB_OT_TOTAL]; in dump_block_stats()2851 for (t = 0; t <= ZDB_OT_TOTAL; t++) { in dump_block_stats()