Searched refs:ZB_TOTAL (Results 1 – 1 of 1) sorted by relevance
6078 #define ZB_TOTAL DN_MAX_LEVELS macro6088 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];6496 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL; in zdb_count_block()6765 uint64_t bytes = zcb->zcb_type[ZB_TOTAL][ZDB_OT_TOTAL].zb_asize; in zdb_blkptr_cb()7727 tzb = &zcb->zcb_type[ZB_TOTAL][ZDB_OT_TOTAL]; in dump_block_stats()7907 if (zcb->zcb_type[ZB_TOTAL][t].zb_asize == 0) { in dump_block_stats()7921 for (l = ZB_TOTAL - 1; l >= -1; l--) { in dump_block_stats()7922 level = (l == -1 ? ZB_TOTAL : l); in dump_block_stats()7928 if (level != ZB_TOTAL && t < DMU_OT_NUMTYPES && in dump_block_stats()7937 if (dump_opt['b'] < 3 && level != ZB_TOTAL) in dump_block_stats()[all …]