Lines Matching refs:cpg
120 static int cpg; /* cylinders/cylinder group */
121 static int cpg_set = 0; /* true if the user specified cpg */
270 cpg = number("cpg", optarg, NR_NONE, 16);
272 if (cpg < 1)
476 cpg = 16;
511 cpg = -1; /* says make cyl groups as big as possible */
565 if (cpg == 0) {
568 * In the case of disks with EFI labels, cpg has
578 cpg = (fssize / GBSEC) * 32;
579 if (cpg > maxcpg)
580 cpg = maxcpg;
581 if (cpg <= 0)
582 cpg = MINCPG;
618 dprintf(("DeBuG newfs : nsect=%d ntrak=%d cpg=%d\n",
619 nsectors, ntracks, cpg));
628 fssize, nsectors, ntracks, bsize, fsize, cpg, minfree, rpm/60,