Lines Matching defs:nrpos
57 * nrpos maxcontig mtb]
73 * nrpos - number of rotational positions
519 long nrpos = NRPOS; /* number of rotational positions */
697 } else if (match("nrpos=")) {
698 nrpos = number(NRPOS, "nrpos", 0);
864 * nrpos
937 nrpos = number(NRPOS, "nrpos", 0);
1006 if (nrpos_flag == RC_DEFAULT) nrpos = 1;
1298 range_check(&nrpos, "nrpos", 1, nsect, MIN(nsect, NRPOS), nrpos_flag);
1346 (sizeof (long) + nrpos * sizeof (short) +
1349 maxcpg = compute_maxcpg(bsize, fragsize, nbpi, nrpos,
1567 sblock.fs_nrpos = nrpos;
1900 /* do static allocation if nrpos == 8 and fs_cpc == 16 */
1919 "and nrpos %d.\nOmitting tables - file system "
3473 "nrpos " /* param 13 */
3481 " -o :ufs options: :apc=%d,gap=%d,nrpos=%d,maxcontig=%d\n"
3570 (void) fprintf(stdout, "nrpos=%d,maxcontig=%d,mtb=%c ",
5513 * nrpos - number of rotational positions
5552 * by frag_size and nrpos. The frags in the cylinder group must be
5556 * value, given the frag and nrpos vales, is:
5566 * + nrpos * sizeof(short) # for the rotational position table entry
5601 compute_maxcpg(long bsize, long fragsize, long nbpi, long nrpos, long spc)
5619 (sizeof (long) + nrpos * sizeof (short) +