Searched refs:ZB_TOTAL (Results 1 – 1 of 1) sorted by relevance
5602 #define ZB_TOTAL DN_MAX_LEVELS macro5612 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];5992 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL; in zdb_count_block()6205 uint64_t bytes = zcb->zcb_type[ZB_TOTAL][ZDB_OT_TOTAL].zb_asize; in zdb_blkptr_cb()7161 tzb = &zcb->zcb_type[ZB_TOTAL][ZDB_OT_TOTAL]; in dump_block_stats()7328 if (zcb->zcb_type[ZB_TOTAL][t].zb_asize == 0) { in dump_block_stats()7342 for (l = ZB_TOTAL - 1; l >= -1; l--) { in dump_block_stats()7343 level = (l == -1 ? ZB_TOTAL : l); in dump_block_stats()7349 if (level != ZB_TOTAL && t < DMU_OT_NUMTYPES && in dump_block_stats()7358 if (dump_opt['b'] < 3 && level != ZB_TOTAL) in dump_block_stats()[all …]