Searched refs:ZB_TOTAL (Results 1 – 1 of 1) sorted by relevance
4850 #define ZB_TOTAL DN_MAX_LEVELS macro4854 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];5072 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL; in zdb_count_block()5305 uint64_t bytes = zcb->zcb_type[ZB_TOTAL][ZDB_OT_TOTAL].zb_asize; in zdb_blkptr_cb()6273 tzb = &zcb.zcb_type[ZB_TOTAL][ZDB_OT_TOTAL]; in dump_block_stats()6414 if (zcb.zcb_type[ZB_TOTAL][t].zb_asize == 0) { in dump_block_stats()6428 for (l = ZB_TOTAL - 1; l >= -1; l--) { in dump_block_stats()6429 level = (l == -1 ? ZB_TOTAL : l); in dump_block_stats()6435 if (dump_opt['b'] < 3 && level != ZB_TOTAL) in dump_block_stats()6439 zcb.zcb_type[ZB_TOTAL][t].zb_asize) in dump_block_stats()[all …]