Searched refs:blktot (Results 1 – 2 of 2) sorted by relevance
520 int32_t *blktot; in cg() local600 blktot = (int32_t *)((char *)cgp + cgp->cg_btotoff); in cg()608 mdb_printf("c%d:\t(%d)\t", i, blktot[i]); in cg()
634 int *blktot; in free() local670 blktot = cg_blktot(cgp); in free()689 blktot[cylno]++; in free()749 blktot[cylno]++; in free()1117 int32_t *blktot; in alloccgblk() local1273 blktot = cg_blktot(cgp); in alloccgblk()1275 blktot[cylno]--; in alloccgblk()