Searched defs:ZB_TOTAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2281 #define ZB_TOTAL DN_MAX_LEVELS macro
2284 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];
2311 int l = (i < 2) ? BP_GET_LEVEL(bp) : ZB_TOTAL;
2491 uint64_t bytes = zcb->zcb_type[ZB_TOTAL][ZDB_OT_TOTAL].zb_asize;
2763 tzb = &zcb.zcb_type[ZB_TOTAL][ZDB_OT_TOTAL];
2851 if (zcb.zcb_type[ZB_TOTAL][t].zb_asize == 0) {
2865 for (l = ZB_TOTAL - 1; l >= -1; l--) {
2866 level = (l == -1 ? ZB_TOTAL : l);
2872 if (dump_opt['b'] < 3 && level != ZB_TOTAL)
2876 zcb.zcb_type[ZB_TOTAL][
[all...]

Completed in 73 milliseconds