Searched refs:cg_blktot (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 192 (void) memset((void *)&cg_blktot(newcg)[0], 0, in pass5() 249 cg_blktot(newcg)[j]++; in pass5() 310 (void) memmove((void *)&cg_blktot(cg)[0], in pass5() 312 (void *)&cg_blktot(newcg)[0], sumsize); in pass5() 396 bad_cgblktot_cg = (memcmp((void *)&cg_blktot(cg)[0], in pass5() 397 (void *)&cg_blktot(newcg)[0], in pass5() 405 (void) memmove((void *)&cg_blktot(cg)[0], in pass5() 406 (void *)&cg_blktot(newcg)[0], in pass5()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 300 #define cg_blktot(cgp) \ macro
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 464 #define cg_blktot(cgp) \ macro
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 670 blktot = cg_blktot(cgp); in free() 1139 if (cg_blktot(cgp)[cylno] == 0) in alloccgblk() 1273 blktot = cg_blktot(cgp); in alloccgblk()
|
/titanic_50/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 2582 bzero((caddr_t)cg_blktot(&icg), icg.cg_boff - icg.cg_btotoff); in initcg() 2591 cg_blktot(&icg)[cbtocylno(&sblock, d)]++; in initcg() 2681 cg_blktot(&icg)[cbcylno]++; in initcg() 2875 cg_blktot(&acg)[cbtocylno(&sblock, d)]--; in alloc() 5089 bzero((caddr_t)cg_blktot(&acg), (int)(acg.cg_iusedoff-acg.cg_btotoff)); in resetallocinfo() 5096 cg_blktot(&acg)[cno]++; in resetallocinfo()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 580 " c%d:\t(%d)\t", i, cg_blktot(cgp)[i]); in dumpcg()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 91 #define cg_blktot(cgp) (((cgp))->cg_btot) macro 4720 if (cg_blktot(cg)[i] == 0) in printcg() 4723 printf(" c%d:\t(%ld)\t", i, cg_blktot(cg)[i]); in printcg()
|