Home
last modified time | relevance | path

Searched refs:blktot (Results 1 – 2 of 2) sorted by relevance

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