Searched refs:cg_cgx (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 161 newcg->cg_cgx = c; in pass5() 326 cg->cg_cgx * fs->fs_ipg, "DIR", 0, excessdirs)) { in pass5() 345 cg->cg_cgx * fs->fs_ipg, "FILE", excessdirs, fs->fs_ipg)) { in pass5() 361 cg->cg_cgx * fs->fs_fpg, "FRAG", 0, fs->fs_fpg)) { in pass5()
|
H A D | utilities.c | 1935 if (cgp->cg_cgx != cgno) { in cg_sanity() 1938 cgp->cg_cgx, cgno); in cg_sanity() 2094 if (cgp->cg_cgx != cgno) { in fix_cg() 2095 cgp->cg_cgx = cgno; in fix_cg()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 279 int cg_cgx; /* we are the cgx'th cylinder group */ member 328 int cg_cgx; /* we are the cgx'th cylinder group */ member
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 439 int32_t cg_cgx; /* we are the cgx'th cylinder group */ member 503 int32_t cg_cgx; /* we are the cgx'th cylinder group */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 544 mdb_printf("%4d %?p %10d %10d %10d %10d\n", cgp->cg_cgx, in cg() 571 mdb_printf("%<b>cg %d (%0?p)%</b>\n", cgp->cg_cgx, addr); in cg()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 559 cgp->cg_cgx, cgp->cg_ncyl, cgp->cg_niblk, cgp->cg_ndblk); in dumpcg() 591 ocgp->cg_cgx, ocgp->cg_ncyl, ocgp->cg_niblk, in dumpcg()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 719 cgp->cg_cgx, in free() 1260 frag = (cgp->cg_cgx * fs->fs_fpg) + bno; in alloccgblk() 1269 fs->fs_cs(fs, cgp->cg_cgx).cs_nbfree--; in alloccgblk() 1411 cfrag = cgp->cg_cgx * fs->fs_fpg; in mapsearch()
|
/illumos-gate/usr/src/boot/sys/ufs/ffs/ |
H A D | fs.h | 477 u_int32_t cg_cgx; /* we are the cgx'th cylinder group */ member
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 3825 cur_cgrp = cg->cg_cgx + 1; in fprnt() 4678 printf("\ncg %ld:\n", cg->cg_cgx); in printcg() 4684 fsbtodb(fs, cgtod(fs, cg->cg_cgx)) * fs->fs_fsize / fsbtodb(fs, 1), in printcg() 4689 fsbtodb(fs, cgtod(fs, cg->cg_cgx)) * fs->fs_fsize / fsbtodb(fs, 1), in printcg() 4693 cg->cg_cgx, cg->cg_ncyl, cg->cg_niblk, cg->cg_ndblk); in printcg()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 2557 icg.cg_cgx = cylno; in initcg() 5130 *(fscs + acg.cg_cgx) = acg.cg_cs; in resetallocinfo()
|