Lines Matching defs:mtb
57 * nrpos maxcontig mtb]
76 * mtb - if "y", set up file system for eventual growth to over a
524 char mtb = 'n'; /* multi-terabyte format, 'y' or 'n' */
708 } else if (match("mtb=")) {
709 mtb = checkmtb(string);
928 mtb = checkmtb(argv[15]);
1077 mtb = 'y';
1085 dprintf(("DeBuG mtb : %c\n", mtb));
1111 if (mtb != 'y' && (ntrack == -1 || GROW_WITH_DEFAULT_TRAK ||
1193 mtb = 'y';
1211 mtb = 'y';
1260 if (mtb == 'y')
1307 if (mtb == 'y' && nbpi < MTB_NBPI) {
1315 if (mtb == 'y')
1328 * If the calculation of maxcpg below (for the mtb == 'n'
1343 if (mtb == 'n') {
1356 * with -T option or if mkfs wants to create a mtb file system
1359 if (cpg == -1 || (mtb == 'y' && cpg_flag == RC_DEFAULT))
2030 if (mtb == 'y') {
2320 if (mtb == 'y') {
3475 "mtb]\n"); /* param 15 */
3482 " -o :ufs options: :mtb=%c,calcsb,calcbinsb\n"
3487 sblock.fs_nrpos, maxcontig, mtb);
3570 (void) fprintf(stdout, "nrpos=%d,maxcontig=%d,mtb=%c ",
4090 if (mtb == 'y' && sblock.fs_magic != MTB_UFS_MAGIC) {
5310 * Verify that the mtb selection is reasonable, and advance
5322 "mkfs: missing mtb flag reset to `n' (no mtb support)\n"));
5330 "mkfs: bad mtb value `%c' reset to `n' (no mtb support)\n"),
5338 "mkfs: bad mtb value `%*.*s' reset to `n' (no mtb support)\n"),