Lines Matching refs:MSG
54 MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n");
55 MSG(0, "[options]:\n");
56 MSG(0, " -a heap-based allocation [default:0]\n");
57 MSG(0, " -c device1[,device2,...] up to 7 additional devices, except meta device\n");
58 MSG(0, " -d debug level [default:0]\n");
59 MSG(0, " -e [cold file ext list] e.g. \"mp3,gif,mov\"\n");
60 MSG(0, " -E [hot file ext list] e.g. \"db\"\n");
61 MSG(0, " -f force overwrite of the existing filesystem\n");
62 MSG(0, " -g add default options\n");
63 MSG(0, " -i extended node bitmap, node ratio is 20%% by default\n");
64 MSG(0, " -l label\n");
65 MSG(0, " -U uuid\n");
66 MSG(0, " -m support zoned block device [default:0]\n");
67 MSG(0, " -o overprovision percentage [default:auto]\n");
68 MSG(0, " -O feature1[,feature2,...] e.g. \"encrypt\"\n");
69 MSG(0, " -C [encoding[:flag1,...]] Support casefolding with optional flags\n");
70 MSG(0, " -q quiet mode\n");
71 MSG(0, " -r set checkpointing seed (srand()) to 0\n");
72 MSG(0, " -R root_owner [default: 0:0]\n");
73 MSG(0, " -s # of segments per section [default:1]\n");
74 MSG(0, " -S sparse mode\n");
75 MSG(0, " -t 0: nodiscard, 1: discard [default:1]\n");
76 MSG(0, " -T timestamps\n");
77 MSG(0, " -w wanted sector size\n");
78 MSG(0, " -z # of sections per zone [default:1]\n");
79 MSG(0, " -V print the version number and exit\n");
80 MSG(0, "sectors: number of sectors [default: determined by device size]\n");
86 MSG(0, "\n F2FS-tools: mkfs.f2fs Ver: %s (%s)\n\n",
90 MSG(0, "Info: Disable heap-based policy\n");
92 MSG(0, "Info: Debug level = %d\n", c.dbg_lv);
94 MSG(0, "Info: Add new cold file extension list\n");
96 MSG(0, "Info: Add new hot file extension list\n");
99 MSG(0, "Info: Label = %s\n", c.vol_label);
100 MSG(0, "Info: Trim is %s\n", c.trim ? "enabled": "disabled");
103 MSG(0, "Info: Set conf for android\n");
106 MSG(0, "Info: Enable %s with casefolding\n",
109 MSG(0, "Info: Enable Project quota\n");
112 MSG(0, "Info: Enable Compression\n");
200 MSG(0, "Error: Too many devices\n");
205 MSG(0, "Error: device path should be less than "
232 MSG(0, "Error: Volume Label should be less than "
288 MSG(0, "\tError: Unknown encoding %s\n", token);
295 MSG(0, "\tError: Unknown flag %s\n",token);
301 MSG(0, "\tError: Unknown option %c\n",option);
311 MSG(0, "\tInfo: project quota feature should always be "
316 MSG(0, "\tInfo: inode checksum feature should always be "
321 MSG(0, "\tInfo: flexible inline xattr feature should always be "
326 MSG(0, "\tInfo: inode crtime feature should always be "
331 MSG(0, "\tInfo: compression feature should always be "
338 MSG(0, "\tError: Device not specified\n");
347 MSG(0, "\tError: Not support custom size on multi-devs.\n");
395 MSG(0, "\t%s appears to contain an existing filesystem (%s).\n",
398 MSG(0, "\t%s appears to contain a partition table (%s).\n",
401 MSG(0, "\t%s appears to contain something weird according to blkid\n",
409 MSG(0, "\tprobe of %s failed, cannot detect existing filesystem.\n",
445 MSG(0, "\tError: Not available on mounted device!\n");
457 MSG(0, "\tUse the -f option to force overwrite.\n");
462 MSG(0, "\tError: Fail to allocate zero buffer.\n");
471 MSG(0, "\tError: Fail to fill zeros till %d.\n", i);
486 MSG(0, "\tError: zoned block device feature is required\n");
491 MSG(0, "\tError: Trim is required for zoned block devices\n");
501 MSG(0, "Info: format successful\n");