Home | History | Annotate | Download | only in fsck

Lines Matching refs:MSG

53 	MSG(0, "\nUsage: fsck.f2fs [options] device\n");
54 MSG(0, "[options]:\n");
55 MSG(0, " -a check/fix potential corruption, reported by f2fs\n");
56 MSG(0, " -d debug level [default:0]\n");
57 MSG(0, " -f check/fix entire partition\n");
58 MSG(0, " -g add default options\n");
59 MSG(0, " -O feature1[feature2,feature3,...] e.g. \"encrypt\"\n");
60 MSG(0, " -p preen mode [default:0 the same as -a [0|1]]\n");
61 MSG(0, " -S sparse_mode\n");
62 MSG(0, " -t show directory tree\n");
63 MSG(0, " -q preserve quota limits\n");
64 MSG(0, " -y fix all the time\n");
65 MSG(0, " -V print the version number and exit\n");
66 MSG(0, " --dry-run do not really fix corruptions\n");
72 MSG(0, "\nUsage: dump.f2fs [options] device\n");
73 MSG(0, "[options]:\n");
74 MSG(0, " -d debug level [default:0]\n");
75 MSG(0, " -i inode no (hex)\n");
76 MSG(0, " -n [NAT dump nid from #1~#2 (decimal), for all 0~-1]\n");
77 MSG(0, " -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]\n");
78 MSG(0, " -S sparse_mode\n");
79 MSG(0, " -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]\n");
80 MSG(0, " -b blk_addr (in 4KB)\n");
81 MSG(0, " -V print the version number and exit\n");
88 MSG(0, "\nUsage: defrag.f2fs [options] device\n");
89 MSG(0, "[options]:\n");
90 MSG(0, " -d debug level [default:0]\n");
91 MSG(0, " -s start block address [default: main_blkaddr]\n");
92 MSG(0, " -S sparse_mode\n");
93 MSG(0, " -l length [default:512 (2MB)]\n");
94 MSG(0, " -t target block address [default: main_blkaddr + 2MB]\n");
95 MSG(0, " -i set direction as shrink [default: expand]\n");
96 MSG(0, " -V print the version number and exit\n");
102 MSG(0, "\nUsage: resize.f2fs [options] device\n");
103 MSG(0, "[options]:\n");
104 MSG(0, " -d debug level [default:0]\n");
105 MSG(0, " -s safe resize (Does not resize metadata)");
106 MSG(0, " -t target sectors [default: device size]\n");
107 MSG(0, " -V print the version number and exit\n");
113 MSG(0, "\nUsage: sload.f2fs [options] device\n");
114 MSG(0, "[options]:\n");
115 MSG(0, " -C fs_config\n");
116 MSG(0, " -f source directory [path of the source directory]\n");
117 MSG(0, " -p product out directory\n");
118 MSG(0, " -s file_contexts\n");
119 MSG(0, " -S sparse_mode\n");
120 MSG(0, " -t mount point [prefix of target fs path, default:/]\n");
121 MSG(0, " -T timestamp\n");
122 MSG(0, " -d debug level [default:0]\n");
123 MSG(0, " -V print the version number and exit\n");
150 MSG(0, "\nWrong program.\n");
183 MSG(0, "\tError: Device not specified\n");
201 MSG(0, "Info: Dry run\n");
205 MSG(0, "Info: Fix the reported corruption.\n");
224 MSG(0, "Info: Use default preen mode\n");
238 MSG(0, "Info: Fix the reported corruption in "
250 MSG(0, "Info: Debug level = %d\n", c.dbg_lv);
256 MSG(0, "Info: Force to fix corruption\n");
260 MSG(0, "Info: Preserve quota limits = %d\n",
271 MSG(0, "Info: Use default preen mode\n");
316 MSG(0, "Info: Debug level = %d\n",
322 MSG(0, "Info: Set conf for android\n");
388 MSG(0, "Info: Debug level = %d\n",
446 MSG(0, "Info: Debug level = %d\n",
492 MSG(0, "Info: Debug level = %d\n",
506 MSG(0, "\tError: Expected at most %d selinux opts\n",
518 MSG(0, "Info: Not support selinux opts\n");
545 MSG(0, "\tError: Device not specified\n");
560 MSG(0, "\tError: Wrong option -%c %s\n", option, optarg);
563 MSG(0, "\tError: Need argument for -%c\n", option);
566 MSG(0, "\tError: Unknown option %c\n", option);
569 MSG(0, "\tError: Unknown argument %s\n", argv[optind]);
592 MSG(0, "[FSCK] F2FS metadata [Fail]");
593 MSG(0, "\tError: meta does not match, "
596 MSG(0, "[FSCK] F2FS metadata [Ok..]");
696 MSG(0, "Info: Move 0x%"PRIx64" <- [0x%"PRIx64"-0x%"PRIx64"]\n",
701 MSG(0, "Info: Move [0x%"PRIx64"-0x%"PRIx64"] -> 0x%"PRIx64"\n",
733 MSG(0, "Info: No source directory, but it's okay.\n");
755 MSG(0, "\tError: Not available on mounted device!\n");
760 MSG(0, "Info: Check FS only due to RO\n");
777 MSG(0, "Info: No error was reported\n");