Lines Matching refs:cpg
55 * [nsect ntrack bsize fsize cpg minfree rps nbpi opt apc rotdelay
106 * existing default cpg of 16 (DESCPG) holds good for larger disks too.
499 long cpg; /* cylinders/cylinder group */
691 cpg = number(DESCPG, "cgsize", 0);
878 * really tries to maximize the cpg value. The old
880 * lower inode density when determining the maximum cpg,
974 cpg = number(DESCPG, "cgsize", 0);
1031 cpg = DESCPG;
1033 dprintf(("DeBuG cpg : %ld\n", cpg));
1103 * for even one of the three parameters (nsect, ntrack, cpg), honour
1228 geom_cpg = cpg;
1239 cpg = DESCPG;
1244 cpg = geom_cpg;
1357 dprintf(("DeBuG cpg : %ld\n", cpg));
1359 * Increase the cpg to maxcpg if either newfs was invoked
1361 * and if the user has not specified the cpg.
1363 if (cpg == -1 || (mtb == 'y' && cpg_flag == RC_DEFAULT))
1364 cpg = maxcpg;
1365 dprintf(("DeBuG cpg : %ld\n", cpg));
1371 range_check(&cpg, "cgsize", 1, maxcpg, MIN(maxcpg, DESCPG), cpg_flag);
1820 sblock.fs_cpg = cpg;
3487 "cpg " /* param 6 */
3506 nsect, ntrack, bsize, fragsize, cpg, sblock.fs_minfree, rps,
3975 errmsg = gettext("Bad superblock; cpg out of range\n");
5579 * rotational position tables. The calculation of the maximum cpg