• Home
  • Raw
  • Download

Lines Matching refs:MSG

44 	MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n");  in mkfs_usage()
45 MSG(0, "[options]:\n"); in mkfs_usage()
46 MSG(0, " -a heap-based allocation [default:0]\n"); in mkfs_usage()
47 MSG(0, " -c [device path] up to 7 devices excepts meta device\n"); in mkfs_usage()
48 MSG(0, " -d debug level [default:0]\n"); in mkfs_usage()
49 MSG(0, " -e [cold file ext list] e.g. \"mp3,gif,mov\"\n"); in mkfs_usage()
50 MSG(0, " -E [hot file ext list] e.g. \"db\"\n"); in mkfs_usage()
51 MSG(0, " -f force overwrite the exist filesystem\n"); in mkfs_usage()
52 MSG(0, " -g add default options\n"); in mkfs_usage()
53 MSG(0, " -i extended node bitmap, node ratio is 20%% by default\n"); in mkfs_usage()
54 MSG(0, " -l label\n"); in mkfs_usage()
55 MSG(0, " -m support zoned block device [default:0]\n"); in mkfs_usage()
56 MSG(0, " -o overprovision ratio [default:5]\n"); in mkfs_usage()
57 MSG(0, " -O feature1[feature2,feature3,...] e.g. \"encrypt\"\n"); in mkfs_usage()
58 MSG(0, " -q quiet mode\n"); in mkfs_usage()
59 MSG(0, " -R root_owner [default: 0:0]\n"); in mkfs_usage()
60 MSG(0, " -s # of segments per section [default:1]\n"); in mkfs_usage()
61 MSG(0, " -S sparse mode\n"); in mkfs_usage()
62 MSG(0, " -t 0: nodiscard, 1: discard [default:1]\n"); in mkfs_usage()
63 MSG(0, " -w wanted sector size\n"); in mkfs_usage()
64 MSG(0, " -z # of sections per zone [default:1]\n"); in mkfs_usage()
65 MSG(0, " -V print the version number and exit\n"); in mkfs_usage()
66 MSG(0, "sectors: number of sectors. [default: determined by device size]\n"); in mkfs_usage()
72 MSG(0, "\n\tF2FS-tools: mkfs.f2fs Ver: %s (%s)\n\n", in f2fs_show_info()
76 MSG(0, "Info: Disable heap-based policy\n"); in f2fs_show_info()
78 MSG(0, "Info: Debug level = %d\n", c.dbg_lv); in f2fs_show_info()
80 MSG(0, "Info: Add new cold file extension list\n"); in f2fs_show_info()
82 MSG(0, "Info: Add new hot file extension list\n"); in f2fs_show_info()
85 MSG(0, "Info: Label = %s\n", c.vol_label); in f2fs_show_info()
86 MSG(0, "Info: Trim is %s\n", c.trim ? "enabled": "disabled"); in f2fs_show_info()
89 MSG(0, "Info: Set conf for android\n"); in f2fs_show_info()
123 MSG(0, "Error: Too many devices\n"); in f2fs_parse_options()
128 MSG(0, "Error: device path should be less than " in f2fs_parse_options()
152 MSG(0, "Error: Volume Label should be less than " in f2fs_parse_options()
196 MSG(0, "\tError: Unknown option %c\n",option); in f2fs_parse_options()
206 MSG(0, "\tInfo: project quota feature should always be " in f2fs_parse_options()
211 MSG(0, "\tInfo: inode checksum feature should always be " in f2fs_parse_options()
216 MSG(0, "\tInfo: flexible inline xattr feature should always be " in f2fs_parse_options()
221 MSG(0, "\tInfo: inode crtime feature should always be " in f2fs_parse_options()
228 MSG(0, "\tError: Device not specified\n"); in f2fs_parse_options()
237 MSG(0, "\tError: Not support custom size on multi-devs.\n"); in f2fs_parse_options()
285 MSG(0, "\t%s appears to contain an existing filesystem (%s).\n", in f2fs_dev_is_overwrite()
288 MSG(0, "\t%s appears to contain a partition table (%s).\n", in f2fs_dev_is_overwrite()
291 MSG(0, "\t%s appears to contain something weird according to blkid\n", in f2fs_dev_is_overwrite()
299 MSG(0, "\tprobe of %s failed, cannot detect existing filesystem.\n", in f2fs_dev_is_overwrite()
334 MSG(0, "\tUse the -f option to force overwrite.\n"); in main()
340 MSG(0, "\tError: Not available on mounted device!\n"); in main()
352 MSG(0, "\tError: zoned block device feature is required\n"); in main()
357 MSG(0, "\tError: Trim is required for zoned block devices\n"); in main()
372 MSG(0, "Info: format successful\n"); in main()