Lines Matching refs:MSG
18 MSG(0, "\nUsage: fsck.f2fs [options] device\n"); in fsck_usage()
19 MSG(0, "[options]:\n"); in fsck_usage()
20 MSG(0, " -a check/fix potential corruption, reported by f2fs\n"); in fsck_usage()
21 MSG(0, " -d debug level [default:0]\n"); in fsck_usage()
22 MSG(0, " -f check/fix entire partition\n"); in fsck_usage()
23 MSG(0, " -t show directory tree [-d -1]\n"); in fsck_usage()
29 MSG(0, "\nUsage: dump.f2fs [options] device\n"); in dump_usage()
30 MSG(0, "[options]:\n"); in dump_usage()
31 MSG(0, " -d debug level [default:0]\n"); in dump_usage()
32 MSG(0, " -i inode no (hex)\n"); in dump_usage()
33 MSG(0, " -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]\n"); in dump_usage()
34 MSG(0, " -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]\n"); in dump_usage()
35 MSG(0, " -b blk_addr (in 4KB)\n"); in dump_usage()
53 MSG(0, "Info: Fix the reported corruption.\n"); in f2fs_parse_options()
57 MSG(0, "Info: Debug level = %d\n", in f2fs_parse_options()
62 MSG(0, "Info: Force to fix corruption\n"); in f2fs_parse_options()
68 MSG(0, "\tError: Unknown option %c\n", option); in f2fs_parse_options()
91 MSG(0, "Info: Debug level = %d\n", in f2fs_parse_options()
121 MSG(0, "\tError: Unknown option %c\n", option); in f2fs_parse_options()
132 MSG(0, "\tError: Device not specified\n"); in f2fs_parse_options()
178 MSG(0, "Info: checkpoint state = %x : ", flag); in do_dump()
180 MSG(0, "%s", " fsck"); in do_dump()
182 MSG(0, "%s", " error"); in do_dump()
184 MSG(0, "%s", " compacted_summary"); in do_dump()
186 MSG(0, "%s", " orphan_inodes"); in do_dump()
188 MSG(0, "%s", " fastboot"); in do_dump()
190 MSG(0, "%s", " unmount"); in do_dump()
192 MSG(0, "%s", " sudden-power-off"); in do_dump()
193 MSG(0, "\n"); in do_dump()