Lines Matching defs: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 */
687 cpg = number(DESCPG, "cgsize", 0);
874 * really tries to maximize the cpg value. The old
876 * lower inode density when determining the maximum cpg,
970 cpg = number(DESCPG, "cgsize", 0);
1027 cpg = DESCPG;
1029 dprintf(("DeBuG cpg : %ld\n", cpg));
1099 * for even one of the three parameters (nsect, ntrack, cpg), honour
1224 geom_cpg = cpg;
1235 cpg = DESCPG;
1240 cpg = geom_cpg;
1353 dprintf(("DeBuG cpg : %ld\n", cpg));
1355 * Increase the cpg to maxcpg if either newfs was invoked
1357 * and if the user has not specified the cpg.
1359 if (cpg == -1 || (mtb == 'y' && cpg_flag == RC_DEFAULT))
1360 cpg = maxcpg;
1361 dprintf(("DeBuG cpg : %ld\n", cpg));
1367 range_check(&cpg, "cgsize", 1, maxcpg, MIN(maxcpg, DESCPG), cpg_flag);
1799 sblock.fs_cpg = cpg;
3466 "cpg " /* param 6 */
3485 nsect, ntrack, bsize, fragsize, cpg, sblock.fs_minfree, rps,
3954 errmsg = gettext("Bad superblock; cpg out of range\n");
5555 * rotational position tables. The calculation of the maximum cpg