Searched refs:cg_cgx (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/usr.sbin/makefs/ffs/ |
| HD | ffs_alloc.c | 395 if (bpref == 0 || (uint32_t)dtog(fs, bpref) != ufs_rw32(cgp->cg_cgx, needswap)) { in ffs_alloccgblk() 419 fs->fs_cs(fs, ufs_rw32(cgp->cg_cgx, needswap)).cs_nbfree--; in ffs_alloccgblk() 425 blkno = ufs_rw32(cgp->cg_cgx, needswap) * fs->fs_fpg + bno; in ffs_alloccgblk() 699 fs->fs_maxcluster[ufs_rw32(cgp->cg_cgx, needswap)] = i; in ffs_clusteracct()
|
| HD | ffs_bswap.c | 214 n->cg_cgx = bswap32(o->cg_cgx); in ffs_cg_swap()
|
| HD | mkfs.c | 687 acg.cg_cgx = cylno; in initcg()
|
| /dragonfly/sbin/growfs/ |
| HD | growfs.c | 374 acg.cg_cgx = cylno; in initcg() 1623 dlower=cgsblock(&sblock, acg.cg_cgx)-cgbase(&sblock, acg.cg_cgx); in alloc() 1624 dupper=cgdmin(&sblock, acg.cg_cgx)-cgbase(&sblock, acg.cg_cgx); in alloc() 1625 dmax=cgbase(&sblock, acg.cg_cgx)+sblock.fs_fpg; in alloc() 1629 dmax-=cgbase(&sblock, acg.cg_cgx); /* retransform into cg */ in alloc() 1630 csmin=sblock.fs_csaddr-cgbase(&sblock, acg.cg_cgx); in alloc()
|
| HD | debug.c | 334 fprintf(dbg_log, "cgx int32_t 0x%08x\n", cgr->cg_cgx); in dbg_dump_cg()
|
| /dragonfly/sys/vfs/ufs/ |
| HD | fs.h | 356 int32_t cg_cgx; /* we are the cgx'th cylinder group */ member 413 int32_t cg_cgx; /* we are the cgx'th cylinder group */ member
|
| HD | ffs_alloc.c | 1128 if (bpref == 0 || dtog(fs, bpref) != cgp->cg_cgx) { in ffs_alloccgblk() 1213 fs->fs_cs(fs, cgp->cg_cgx).cs_nbfree--; in ffs_alloccgblk() 1218 blkno = cgp->cg_cgx * fs->fs_fpg + bno; in ffs_alloccgblk() 1963 fs->fs_maxcluster[cgp->cg_cgx] = i; in ffs_clusteracct()
|
| /dragonfly/stand/boot/common/ |
| HD | fs.h | 449 int32_t cg_cgx; /* we are the cgx'th cylinder group */ member
|
| /dragonfly/sbin/fsck/ |
| HD | pass5.c | 177 newcg->cg_cgx = c; in pass5()
|
| /dragonfly/sbin/dumpfs/ |
| HD | dumpfs.c | 266 acg.cg_cgx, acg.cg_ncyl, acg.cg_niblk, acg.cg_ndblk); in dumpcg()
|
| /dragonfly/sbin/newfs/ |
| HD | mkfs.c | 792 acg.cg_cgx = cylno; in initcg()
|