• Home
  • Raw
  • Download

Lines Matching refs:MSG

58 	MSG(0, "\nUsage: fsck.f2fs [options] device\n");  in fsck_usage()
59 MSG(0, "[options]:\n"); in fsck_usage()
60 MSG(0, " -a check/fix potential corruption, reported by f2fs\n"); in fsck_usage()
61 MSG(0, " -c <num-cache-entry> set number of cache entries" in fsck_usage()
63 MSG(0, " -m <max-hash-collision> set max cache hash collision" in fsck_usage()
65 MSG(0, " -C encoding[:flag1,flag2] Set options for enabling" in fsck_usage()
67 MSG(0, " -d debug level [default:0]\n"); in fsck_usage()
68 MSG(0, " -f check/fix entire partition\n"); in fsck_usage()
69 MSG(0, " -g add default options\n"); in fsck_usage()
70 MSG(0, " -O feature1[feature2,feature3,...] e.g. \"encrypt\"\n"); in fsck_usage()
71 MSG(0, " -p preen mode [default:0 the same as -a [0|1]]\n"); in fsck_usage()
72 MSG(0, " -S sparse_mode\n"); in fsck_usage()
73 MSG(0, " -t show directory tree\n"); in fsck_usage()
74 MSG(0, " -q preserve quota limits\n"); in fsck_usage()
75 MSG(0, " -y fix all the time\n"); in fsck_usage()
76 MSG(0, " -V print the version number and exit\n"); in fsck_usage()
77 MSG(0, " --dry-run do not really fix corruptions\n"); in fsck_usage()
78 MSG(0, " --no-kernel-check skips detecting kernel change\n"); in fsck_usage()
79 MSG(0, " --kernel-check checks kernel change\n"); in fsck_usage()
80 MSG(0, " --debug-cache to debug cache when -c is used\n"); in fsck_usage()
86 MSG(0, "\nUsage: dump.f2fs [options] device\n"); in dump_usage()
87 MSG(0, "[options]:\n"); in dump_usage()
88 MSG(0, " -d debug level [default:0]\n"); in dump_usage()
89 MSG(0, " -i inode no (hex)\n"); in dump_usage()
90 MSG(0, " -n [NAT dump nid from #1~#2 (decimal), for all 0~-1]\n"); in dump_usage()
91 MSG(0, " -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]\n"); in dump_usage()
92 MSG(0, " -S sparse_mode\n"); in dump_usage()
93 MSG(0, " -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]\n"); in dump_usage()
94 MSG(0, " -b blk_addr (in 4KB)\n"); in dump_usage()
95 MSG(0, " -V print the version number and exit\n"); in dump_usage()
102 MSG(0, "\nUsage: defrag.f2fs [options] device\n"); in defrag_usage()
103 MSG(0, "[options]:\n"); in defrag_usage()
104 MSG(0, " -d debug level [default:0]\n"); in defrag_usage()
105 MSG(0, " -s start block address [default: main_blkaddr]\n"); in defrag_usage()
106 MSG(0, " -S sparse_mode\n"); in defrag_usage()
107 MSG(0, " -l length [default:512 (2MB)]\n"); in defrag_usage()
108 MSG(0, " -t target block address [default: main_blkaddr + 2MB]\n"); in defrag_usage()
109 MSG(0, " -i set direction as shrink [default: expand]\n"); in defrag_usage()
110 MSG(0, " -V print the version number and exit\n"); in defrag_usage()
116 MSG(0, "\nUsage: resize.f2fs [options] device\n"); in resize_usage()
117 MSG(0, "[options]:\n"); in resize_usage()
118 MSG(0, " -d debug level [default:0]\n"); in resize_usage()
119 MSG(0, " -i extended node bitmap, node ratio is 20%% by default\n"); in resize_usage()
120 MSG(0, " -s safe resize (Does not resize metadata)"); in resize_usage()
121 MSG(0, " -t target sectors [default: device size]\n"); in resize_usage()
122 MSG(0, " -V print the version number and exit\n"); in resize_usage()
128 MSG(0, "\nUsage: sload.f2fs [options] device\n"); in sload_usage()
129 MSG(0, "[options]:\n"); in sload_usage()
130 MSG(0, " -C fs_config\n"); in sload_usage()
131 MSG(0, " -f source directory [path of the source directory]\n"); in sload_usage()
132 MSG(0, " -p product out directory\n"); in sload_usage()
133 MSG(0, " -s file_contexts\n"); in sload_usage()
134 MSG(0, " -S sparse_mode\n"); in sload_usage()
135 MSG(0, " -t mount point [prefix of target fs path, default:/]\n"); in sload_usage()
136 MSG(0, " -T timestamp\n"); in sload_usage()
137 MSG(0, " -d debug level [default:0]\n"); in sload_usage()
138 MSG(0, " -V print the version number and exit\n"); in sload_usage()
165 MSG(0, "\nWrong program.\n"); in error_out()
198 MSG(0, "\tError: Device not specified\n"); in f2fs_parse_options()
222 MSG(0, "Info: Dry run\n"); in f2fs_parse_options()
226 MSG(0, "Info: No Kernel Check\n"); in f2fs_parse_options()
230 MSG(0, "Info: Do Kernel Check\n"); in f2fs_parse_options()
237 MSG(0, "Info: Fix the reported corruption.\n"); in f2fs_parse_options()
263 MSG(0, "Info: Use default preen mode\n"); in f2fs_parse_options()
277 MSG(0, "Info: Fix the reported corruption in " in f2fs_parse_options()
289 MSG(0, "Info: Debug level = %d\n", c.dbg_lv); in f2fs_parse_options()
295 MSG(0, "Info: Force to fix corruption\n"); in f2fs_parse_options()
299 MSG(0, "Info: Preserve quota limits = %d\n", in f2fs_parse_options()
310 MSG(0, "Info: Use default preen mode\n"); in f2fs_parse_options()
323 MSG(0, "\tError: Unknown encoding %s\n", token); in f2fs_parse_options()
330 MSG(0, "\tError: Unknown flag %s\n", token); in f2fs_parse_options()
371 MSG(0, "Info: Debug level = %d\n", in f2fs_parse_options()
377 MSG(0, "Info: Set conf for android\n"); in f2fs_parse_options()
443 MSG(0, "Info: Debug level = %d\n", in f2fs_parse_options()
501 MSG(0, "Info: Debug level = %d\n", in f2fs_parse_options()
550 MSG(0, "Info: Debug level = %d\n", in f2fs_parse_options()
564 MSG(0, "\tError: Expected at most %d selinux opts\n", in f2fs_parse_options()
576 MSG(0, "Info: Not support selinux opts\n"); in f2fs_parse_options()
603 MSG(0, "\tError: Device not specified\n"); in f2fs_parse_options()
618 MSG(0, "\tError: Wrong option -%c %s\n", option, optarg); in f2fs_parse_options()
621 MSG(0, "\tError: Need argument for -%c\n", option); in f2fs_parse_options()
624 MSG(0, "\tError: Unknown option %c\n", option); in f2fs_parse_options()
627 MSG(0, "\tError: Unknown argument %s\n", argv[optind]); in f2fs_parse_options()
652 MSG(0, "[FSCK] F2FS metadata [Fail]"); in do_fsck()
653 MSG(0, "\tError: meta does not match, " in do_fsck()
656 MSG(0, "[FSCK] F2FS metadata [Ok..]"); in do_fsck()
764 MSG(0, "Info: Move 0x%"PRIx64" <- [0x%"PRIx64"-0x%"PRIx64"]\n", in do_defrag()
769 MSG(0, "Info: Move [0x%"PRIx64"-0x%"PRIx64"] -> 0x%"PRIx64"\n", in do_defrag()
801 MSG(0, "Info: No source directory, but it's okay.\n"); in do_sload()
847 MSG(0, "\tError: Not available on mounted device!\n"); in main()
856 MSG(0, "Info: Force to check/repair FS on RO mounted device\n"); in main()
858 MSG(0, "Info: Check FS only on RO mounted device\n"); in main()
880 MSG(0, "Info: No error was reported\n"); in main()