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

/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c520 int32_t *blktot; local
600 blktot = (int32_t *)((char *)cgp + cgp->cg_btotoff);
608 mdb_printf("c%d:\t(%d)\t", i, blktot[i]);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c634 int *blktot; local
670 blktot = cg_blktot(cgp);
689 blktot[cylno]++;
749 blktot[cylno]++;
1117 int32_t *blktot; local
1273 blktot = cg_blktot(cgp);
1275 blktot[cylno]--;

Completed in 48 milliseconds