]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - e2fsck/problem.c
e2fsck: remove get_filename_hash() prototype
[thirdparty/e2fsprogs.git] / e2fsck / problem.c
CommitLineData
21c84b71
TT
1/*
2 * problem.c --- report filesystem problems to the user
3 *
4 * Copyright 1996, 1997 by Theodore Ts'o
5 *
6 * %Begin-Header%
7 * This file may be redistributed under the terms of the GNU Public
8 * License.
9 * %End-Header%
10 */
11
d1154eb4 12#include "config.h"
21c84b71
TT
13#include <stdlib.h>
14#include <unistd.h>
15#include <string.h>
16#include <ctype.h>
17#include <termios.h>
18
19#include "e2fsck.h"
20
21#include "problem.h"
f8188fff 22#include "problemP.h"
21c84b71 23
1b6bf175
TT
24#define PROMPT_NONE 0
25#define PROMPT_FIX 1
26#define PROMPT_CLEAR 2
27#define PROMPT_RELOCATE 3
28#define PROMPT_ALLOCATE 4
29#define PROMPT_EXPAND 5
ae33f578 30#define PROMPT_CONNECT 6
1b6bf175
TT
31#define PROMPT_CREATE 7
32#define PROMPT_SALVAGE 8
33#define PROMPT_TRUNCATE 9
34#define PROMPT_CLEAR_INODE 10
ae33f578
AD
35#define PROMPT_ABORT 11
36#define PROMPT_SPLIT 12
1b6bf175
TT
37#define PROMPT_CONTINUE 13
38#define PROMPT_CLONE 14
ae33f578 39#define PROMPT_DELETE 15
f8188fff 40#define PROMPT_SUPPRESS 16
4a9f5936 41#define PROMPT_UNLINK 17
503f9e7f 42#define PROMPT_CLEAR_HTREE 18
c3ffaf83
TT
43#define PROMPT_RECREATE 19
44#define PROMPT_NULL 20
21c84b71
TT
45
46/*
47 * These are the prompts which are used to ask the user if they want
48 * to fix a problem.
49 */
50static const char *prompt[] = {
0c4a0726
TT
51 N_("(no prompt)"), /* 0 */
52 N_("Fix"), /* 1 */
53 N_("Clear"), /* 2 */
54 N_("Relocate"), /* 3 */
55 N_("Allocate"), /* 4 */
56 N_("Expand"), /* 5 */
57 N_("Connect to /lost+found"), /* 6 */
db0691b5 58 N_("Create"), /* 7 */
0c4a0726
TT
59 N_("Salvage"), /* 8 */
60 N_("Truncate"), /* 9 */
61 N_("Clear inode"), /* 10 */
62 N_("Abort"), /* 11 */
63 N_("Split"), /* 12 */
64 N_("Continue"), /* 13 */
7ae1983a 65 N_("Clone multiply-claimed blocks"), /* 14 */
0c4a0726
TT
66 N_("Delete file"), /* 15 */
67 N_("Suppress messages"),/* 16 */
68 N_("Unlink"), /* 17 */
503f9e7f 69 N_("Clear HTree index"),/* 18 */
c3ffaf83 70 N_("Recreate"), /* 19 */
cebe48a1 71 "", /* 20 */
1b6bf175 72};
21c84b71
TT
73
74/*
75 * These messages are printed when we are preen mode and we will be
76 * automatically fixing the problem.
77 */
78static const char *preen_msg[] = {
0c4a0726
TT
79 N_("(NONE)"), /* 0 */
80 N_("FIXED"), /* 1 */
81 N_("CLEARED"), /* 2 */
82 N_("RELOCATED"), /* 3 */
83 N_("ALLOCATED"), /* 4 */
84 N_("EXPANDED"), /* 5 */
85 N_("RECONNECTED"), /* 6 */
86 N_("CREATED"), /* 7 */
87 N_("SALVAGED"), /* 8 */
88 N_("TRUNCATED"), /* 9 */
89 N_("INODE CLEARED"), /* 10 */
90 N_("ABORTED"), /* 11 */
91 N_("SPLIT"), /* 12 */
92 N_("CONTINUING"), /* 13 */
7ae1983a 93 N_("MULTIPLY-CLAIMED BLOCKS CLONED"), /* 14 */
0c4a0726
TT
94 N_("FILE DELETED"), /* 15 */
95 N_("SUPPRESSED"), /* 16 */
96 N_("UNLINKED"), /* 17 */
503f9e7f 97 N_("HTREE INDEX CLEARED"),/* 18 */
c3ffaf83
TT
98 N_("WILL RECREATE"), /* 19 */
99 "", /* 20 */
21c84b71
TT
100};
101
12aa7ad5
TT
102#pragma GCC diagnostic push
103#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
104
8fd98bba 105static struct e2fsck_problem problem_table[] = {
21c84b71
TT
106
107 /* Pre-Pass 1 errors */
108
dea73131 109 /* Block bitmap for group is not in group */
0c4a0726 110 { PR_0_BB_NOT_GROUP, N_("@b @B for @g %g is not in @g. (@b %b)\n"),
db0691b5 111 PROMPT_RELOCATE, PR_LATCH_RELOC },
21c84b71 112
dea73131 113 /* Inode bitmap for group is not in group */
0c4a0726 114 { PR_0_IB_NOT_GROUP, N_("@i @B for @g %g is not in @g. (@b %b)\n"),
db0691b5 115 PROMPT_RELOCATE, PR_LATCH_RELOC },
21c84b71 116
dea73131 117 /* Inode table for group is not in group. (block nnnn) */
21c84b71 118 { PR_0_ITABLE_NOT_GROUP,
0c4a0726
TT
119 N_("@i table for @g %g is not in @g. (@b %b)\n"
120 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"),
1b6bf175
TT
121 PROMPT_RELOCATE, PR_LATCH_RELOC },
122
123 /* Superblock corrupt */
124 { PR_0_SB_CORRUPT,
c32409ae
TT
125 N_("\nThe @S could not be read or does not describe a valid ext2/ext3/ext4\n"
126 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
1b6bf175 127 "@f (and not swap or ufs or something else), then the @S\n"
424cd2be 128 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
c32409ae
TT
129 " e2fsck -b 8193 <@v>\n"
130 " or\n"
131 " e2fsck -b 32768 <@v>\n\n"),
c8b20b40 132 PROMPT_NONE, 0 },
1b6bf175
TT
133
134 /* Filesystem size is wrong */
135 { PR_0_FS_SIZE_WRONG,
0c4a0726 136 N_("The @f size (according to the @S) is %b @bs\n"
d74edf4e 137 "The physical size of the @v is %c @bs\n"
0c4a0726 138 "Either the @S or the partition table is likely to be corrupt!\n"),
1b6bf175
TT
139 PROMPT_ABORT, 0 },
140
db0691b5 141 /* Fragments not supported */
1b6bf175 142 { PR_0_NO_FRAGMENTS,
0c4a0726 143 N_("@S @b_size = %b, fragsize = %c.\n"
1b6bf175 144 "This version of e2fsck does not support fragment sizes different\n"
0c4a0726 145 "from the @b size.\n"),
1b6bf175
TT
146 PROMPT_NONE, PR_FATAL },
147
dea73131 148 /* Superblock blocks_per_group = bbbb, should have been cccc */
1b6bf175 149 { PR_0_BLOCKS_PER_GROUP,
0c4a0726 150 N_("@S @bs_per_group = %b, should have been %c\n"),
1b6bf175
TT
151 PROMPT_NONE, PR_AFTER_CODE, PR_0_SB_CORRUPT },
152
dea73131 153 /* Superblock first_data_block = bbbb, should have been cccc */
1b6bf175 154 { PR_0_FIRST_DATA_BLOCK,
0c4a0726 155 N_("@S first_data_@b = %b, should have been %c\n"),
1b6bf175 156 PROMPT_NONE, PR_AFTER_CODE, PR_0_SB_CORRUPT },
db0691b5 157
dea73131 158 /* Filesystem did not have a UUID; generating one */
1b6bf175 159 { PR_0_ADD_UUID,
0c4a0726 160 N_("@f did not have a UUID; generating one.\n\n"),
1b6bf175
TT
161 PROMPT_NONE, 0 },
162
163 /* Relocate hint */
164 { PR_0_RELOCATE_HINT,
7ae1983a
TT
165 N_("Note: if several inode or block bitmap blocks or part\n"
166 "of the inode table require relocation, you may wish to try\n"
167 "running e2fsck with the '-b %S' option first. The problem\n"
168 "may lie only with the primary block group descriptors, and\n"
169 "the backup block group descriptors may be OK.\n\n"),
1b6bf175
TT
170 PROMPT_NONE, PR_PREEN_OK | PR_NOCOLLATE },
171
172 /* Miscellaneous superblock corruption */
173 { PR_0_MISC_CORRUPT_SUPER,
0c4a0726 174 N_("Corruption found in @S. (%s = %N).\n"),
1b6bf175
TT
175 PROMPT_NONE, PR_AFTER_CODE, PR_0_SB_CORRUPT },
176
055866d8 177 /* Error determining physical device size of filesystem */
db0691b5 178 { PR_0_GETSIZE_ERROR,
d74edf4e 179 N_("Error determining size of the physical @v: %m\n"),
1b6bf175 180 PROMPT_NONE, PR_FATAL },
d4b0ce03
TT
181
182 /* Inode count in superblock is incorrect */
183 { PR_0_INODE_COUNT_WRONG,
7ae1983a 184 N_("@i count in @S is %i, @s %j.\n"),
d4b0ce03 185 PROMPT_FIX, 0 },
4ea0a110
TT
186
187 { PR_0_HURD_CLEAR_FILETYPE,
188 N_("The Hurd does not support the filetype feature.\n"),
3b5386dc
TT
189 PROMPT_CLEAR, 0 },
190
dea73131 191 /* Superblock has an invalid journal (inode inum) */
3b5386dc 192 { PR_0_JOURNAL_BAD_INODE,
dd04d05f 193 N_("@S has an @n @j (@i %i).\n"),
3b5386dc
TT
194 PROMPT_CLEAR, PR_PREEN_OK },
195
dea73131 196 /* External journal has multiple filesystem users (unsupported) */
adee8d75
TT
197 { PR_0_JOURNAL_UNSUPP_MULTIFS,
198 N_("External @j has multiple @f users (unsupported).\n"),
199 PROMPT_NONE, PR_FATAL },
3b5386dc 200
adee8d75
TT
201 /* Can't find external journal */
202 { PR_0_CANT_FIND_JOURNAL,
203 N_("Can't find external @j\n"),
204 PROMPT_NONE, PR_FATAL },
205
206 /* External journal has bad superblock */
207 { PR_0_EXT_JOURNAL_BAD_SUPER,
208 N_("External @j has bad @S\n"),
209 PROMPT_NONE, PR_FATAL },
3b5386dc
TT
210
211 /* Superblock has a bad journal UUID */
212 { PR_0_JOURNAL_BAD_UUID,
adee8d75
TT
213 N_("External @j does not support this @f\n"),
214 PROMPT_NONE, PR_FATAL },
3b5386dc 215
dea73131 216 /* Filesystem journal superblock is an unknown type */
f76ad462 217 { PR_0_JOURNAL_UNSUPP_SUPER,
dd04d05f 218 N_("@f @j @S is unknown type %N (unsupported).\n"
f76ad462
TT
219 "It is likely that your copy of e2fsck is old and/or doesn't "
220 "support this @j format.\n"
221 "It is also possible the @j @S is corrupt.\n"),
222 PROMPT_ABORT, PR_NO_OK | PR_AFTER_CODE, PR_0_JOURNAL_BAD_SUPER },
3b5386dc
TT
223
224 /* Journal superblock is corrupt */
225 { PR_0_JOURNAL_BAD_SUPER,
dd04d05f 226 N_("@j @S is corrupt.\n"),
3b5386dc
TT
227 PROMPT_FIX, PR_PREEN_OK },
228
dd04d05f 229 /* Superblock has_journal flag is clear but has a journal */
3b5386dc 230 { PR_0_JOURNAL_HAS_JOURNAL,
1301def8 231 N_("@S has_@j flag is clear, but a @j is present.\n"),
37b6b297 232 PROMPT_CLEAR, PR_PREEN_OK },
3b5386dc 233
dea73131 234 /* Superblock needs_recovery flag is set but no journal is present */
3b5386dc 235 { PR_0_JOURNAL_RECOVER_SET,
dd04d05f 236 N_("@S needs_recovery flag is set, but no @j is present.\n"),
3b5386dc
TT
237 PROMPT_CLEAR, PR_PREEN_OK },
238
dd04d05f 239 /* Superblock needs_recovery flag is set, but journal has data */
d37066a9 240 { PR_0_JOURNAL_RECOVERY_CLEAR,
dd04d05f 241 N_("@S needs_recovery flag is clear, but @j has data.\n"),
d37066a9
TT
242 PROMPT_NONE, 0 },
243
244 /* Ask if we should clear the journal */
3b5386dc 245 { PR_0_JOURNAL_RESET_JOURNAL,
d37066a9
TT
246 N_("Clear @j"),
247 PROMPT_NULL, PR_PREEN_NOMSG },
3b5386dc 248
7494cbfd
AD
249 /* Filesystem revision is 0, but feature flags are set */
250 { PR_0_FS_REV_LEVEL,
251 N_("@f has feature flag(s) set, but is a revision 0 @f. "),
252 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
4ea0a110 253
ecf1b776 254 /* Clearing orphan inode */
8394902e
TT
255 { PR_0_ORPHAN_CLEAR_INODE,
256 N_("%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"),
ecf1b776
TT
257 PROMPT_NONE, 0 },
258
80bfaa3e
TT
259 /* Illegal block found in orphaned inode */
260 { PR_0_ORPHAN_ILLEGAL_BLOCK_NUM,
695706ca 261 N_("@I %B (%b) found in @o @i %i.\n"),
80bfaa3e 262 PROMPT_NONE, 0 },
db0691b5 263
80bfaa3e
TT
264 /* Already cleared block found in orphaned inode */
265 { PR_0_ORPHAN_ALREADY_CLEARED_BLOCK,
695706ca 266 N_("Already cleared %B (%b) found in @o @i %i.\n"),
80bfaa3e 267 PROMPT_NONE, 0 },
db0691b5 268
80bfaa3e
TT
269 /* Illegal orphan inode in superblock */
270 { PR_0_ORPHAN_ILLEGAL_HEAD_INODE,
271 N_("@I @o @i %i in @S.\n"),
272 PROMPT_NONE, 0 },
273
274 /* Illegal inode in orphaned inode list */
275 { PR_0_ORPHAN_ILLEGAL_INODE,
276 N_("@I @i %i in @o @i list.\n"),
277 PROMPT_NONE, 0 },
80bfaa3e 278
424cd2be
TT
279 /* Journal superblock has an unknown read-only feature flag set */
280 { PR_0_JOURNAL_UNSUPP_ROCOMPAT,
dd04d05f 281 N_("@j @S has an unknown read-only feature flag set.\n"),
2f686ace 282 PROMPT_ABORT, 0 },
424cd2be
TT
283
284 /* Journal superblock has an unknown incompatible feature flag set */
285 { PR_0_JOURNAL_UNSUPP_INCOMPAT,
dd04d05f 286 N_("@j @S has an unknown incompatible feature flag set.\n"),
2f686ace 287 PROMPT_ABORT, 0 },
c7f23364 288
dea73131 289 /* Journal version not supported by this e2fsck */
c7f23364
TT
290 { PR_0_JOURNAL_UNSUPP_VERSION,
291 N_("@j version not supported by this e2fsck.\n"),
292 PROMPT_ABORT, 0 },
773fd8a1 293
dea73131 294 /* Moving journal from /file to hidden inode */
773fd8a1 295 { PR_0_MOVE_JOURNAL,
7ae1983a 296 N_("Moving @j from /%s to hidden @i.\n\n"),
773fd8a1
TT
297 PROMPT_NONE, 0 },
298
299 /* Error moving journal to hidden file */
300 { PR_0_ERR_MOVE_JOURNAL,
301 N_("Error moving @j: %m\n\n"),
302 PROMPT_NONE, 0 },
303
dea73131 304 /* Found invalid V2 journal superblock fields */
62e3e7fe 305 { PR_0_CLEAR_V2_JOURNAL,
7ae1983a 306 N_("Found @n V2 @j @S fields (from V1 @j).\n"
62e3e7fe
TT
307 "Clearing fields beyond the V1 @j @S...\n\n"),
308 PROMPT_NONE, 0 },
309
7494cbfd
AD
310 /* Ask if we should run the journal anyway */
311 { PR_0_JOURNAL_RUN,
312 N_("Run @j anyway"),
313 PROMPT_NULL, 0 },
314
315 /* Run the journal by default */
316 { PR_0_JOURNAL_RUN_DEFAULT,
317 N_("Recovery flag not set in backup @S, so running @j anyway.\n"),
318 PROMPT_NONE, 0 },
319
dea73131 320 /* Backing up journal inode block information */
a435ec34
TT
321 { PR_0_BACKUP_JNL,
322 N_("Backing up @j @i @b information.\n\n"),
323 PROMPT_NONE, 0 },
324
dea73131
AD
325 /* Filesystem does not have resize_inode enabled, but
326 * s_reserved_gdt_blocks is nnnn; should be zero */
e75cfc5d
TT
327 { PR_0_NONZERO_RESERVED_GDT_BLOCKS,
328 N_("@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
329 "is %N; @s zero. "),
330 PROMPT_FIX, 0 },
331
dea73131 332 /* Resize_inode not enabled, but the resize inode is non-zero */
e75cfc5d 333 { PR_0_CLEAR_RESIZE_INODE,
7ae1983a 334 N_("Resize_@i not enabled, but the resize @i is non-zero. "),
e75cfc5d
TT
335 PROMPT_CLEAR, 0 },
336
dea73131 337 /* Resize inode not valid */
c3ffaf83
TT
338 { PR_0_RESIZE_INODE_INVALID,
339 N_("Resize @i not valid. "),
340 PROMPT_RECREATE, 0 },
341
dea73131 342 /* Superblock last mount time is in the future */
8dceb924 343 { PR_0_FUTURE_SB_LAST_MOUNT,
fe26a55a 344 N_("@S last mount time (%t,\n\tnow = %T) is in the future.\n"),
87aca2ad 345 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
8dceb924 346
dea73131 347 /* Superblock last write time is in the future */
8dceb924 348 { PR_0_FUTURE_SB_LAST_WRITE,
fe26a55a 349 N_("@S last write time (%t,\n\tnow = %T) is in the future.\n"),
87aca2ad 350 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
8dceb924 351
dea73131 352 /* Superblock hint for external superblock should be xxxx */
b1c52b26
TT
353 { PR_0_EXTERNAL_JOURNAL_HINT,
354 N_("@S hint for external superblock @s %X. "),
355 PROMPT_FIX, PR_PREEN_OK },
356
dea73131 357 /* Adding dirhash hint to filesystem */
f77704e4
TT
358 { PR_0_DIRHASH_HINT,
359 N_("Adding dirhash hint to @f.\n\n"),
360 PROMPT_NONE, 0 },
361
dea73131 362 /* group descriptor N checksum is invalid, should be yyyy. */
49a7360b 363 { PR_0_GDT_CSUM,
b9a64a51 364 N_("@g descriptor %g checksum is %04x, should be %04y. "),
60139154 365 PROMPT_FIX, PR_LATCH_BG_CHECKSUM },
49a7360b
JS
366
367 /* group descriptor N marked uninitialized without feature set. */
368 { PR_0_GDT_UNINIT,
369 N_("@g descriptor %g marked uninitialized without feature set.\n"),
370 PROMPT_FIX, PR_PREEN_OK },
371
49a7360b
JS
372 /* Group descriptor N has invalid unused inodes count. */
373 { PR_0_GDT_ITABLE_UNUSED,
374 N_("@g descriptor %g has invalid unused inodes count %b. "),
375 PROMPT_FIX, PR_PREEN_OK },
376
0d5439c8
AD
377 /* Last group block bitmap uninitialized. */
378 { PR_0_BB_UNINIT_LAST,
379 N_("Last @g @b @B uninitialized. "),
380 PROMPT_FIX, PR_PREEN_OK },
381
dea73131 382 /* Journal transaction was corrupt, replay was aborted */
185c4aea
TT
383 { PR_0_JNL_TXN_CORRUPT,
384 N_("Journal transaction %i was corrupt, replay was aborted.\n"),
385 PROMPT_NONE, 0 },
386
dea73131 387 /* The test_fs filesystem flag is set (and ext4 is available) */
80875db5
TT
388 { PR_0_CLEAR_TESTFS_FLAG,
389 N_("The test_fs flag is set (and ext4 is available). "),
390 PROMPT_CLEAR, PR_PREEN_OK },
391
26ea4899
TT
392 /* Last mount time is in the future (fudged) */
393 { PR_0_FUTURE_SB_LAST_MOUNT_FUDGED,
394 N_("@S last mount time is in the future.\n\t(by less than a day, "
f0967081
TT
395 "probably due to the hardware clock being incorrectly set)\n"),
396 PROMPT_NONE, PR_PREEN_OK | PR_NO_OK },
26ea4899
TT
397
398 /* Last write time is in the future (fudged) */
399 { PR_0_FUTURE_SB_LAST_WRITE_FUDGED,
400 N_("@S last write time is in the future.\n\t(by less than a day, "
f0967081
TT
401 "probably due to the hardware clock being incorrectly set)\n"),
402 PROMPT_NONE, PR_PREEN_OK | PR_NO_OK },
26ea4899 403
dea73131 404 /* One or more block group descriptor checksums are invalid (latch) */
60139154
TT
405 { PR_0_GDT_CSUM_LATCH,
406 N_("One or more @b @g descriptor checksums are invalid. "),
407 PROMPT_FIX, PR_PREEN_OK },
408
dea73131 409 /* Setting free inodes count to right (was wrong) */
a3efe484
TT
410 { PR_0_FREE_INODE_COUNT,
411 N_("Setting free @is count to %j (was %i)\n"),
412 PROMPT_NONE, PR_PREEN_NOMSG },
413
dea73131 414 /* Setting free blocks count to right (was wrong) */
a3efe484
TT
415 { PR_0_FREE_BLOCK_COUNT,
416 N_("Setting free @bs count to %c (was %b)\n"),
417 PROMPT_NONE, PR_PREEN_NOMSG },
418
dea73131 419 /* Making quota inode hidden */
624e4a64 420 { PR_0_HIDE_QUOTA,
27755289 421 N_("Hiding %U @q @i %i (%Q).\n"),
624e4a64
AK
422 PROMPT_NONE, PR_PREEN_OK },
423
0f5eba75
AD
424 /* Superblock has invalid MMP block. */
425 { PR_0_MMP_INVALID_BLK,
426 N_("@S has invalid MMP block. "),
427 PROMPT_CLEAR, PR_PREEN_OK },
428
429 /* Superblock has invalid MMP magic. */
430 { PR_0_MMP_INVALID_MAGIC,
431 N_("@S has invalid MMP magic. "),
432 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK},
433
010c49cf
TT
434 /* Opening file system failed */
435 { PR_0_OPEN_FAILED,
436 N_("ext2fs_open2: %m\n"),
437 PROMPT_NONE, 0 },
438
439 /* Checking group descriptor failed */
440 { PR_0_CHECK_DESC_FAILED,
441 N_("ext2fs_check_desc: %m\n"),
442 PROMPT_NONE, 0 },
443
dea73131
AD
444 /* Superblock metadata_csum supersedes uninit_bg; both feature
445 * bits cannot be set simultaneously. */
387e6384
DW
446 { PR_0_META_AND_GDT_CSUM_SET,
447 N_("@S metadata_csum supersedes uninit_bg; both feature "
448 "bits cannot be set simultaneously."),
449 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK},
450
dea73131 451 /* Superblock MMP block checksum does not match MMP block. */
f57b3715 452 { PR_0_MMP_CSUM_INVALID,
dea73131 453 N_("@S MMP @b checksum does not match MMP @b. "),
f57b3715
DW
454 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK},
455
dea73131 456 /* Superblock 64bit filesystem needs extents to access the whole disk */
27b2297d 457 { PR_0_64BIT_WITHOUT_EXTENTS,
dea73131 458 N_("@S 64bit @f needs extents to access the whole disk. "),
27b2297d
DW
459 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK},
460
7a4352dc
TT
461 /* The first_meta_bg is too big */
462 { PR_0_FIRST_META_BG_TOO_BIG,
463 N_("First_meta_bg is too big. (%N, max value %g). "),
464 PROMPT_CLEAR, 0 },
465
dea73131 466 /* External journal superblock checksum does not match superblock */
6aabb754
DW
467 { PR_0_EXT_JOURNAL_SUPER_CSUM_INVALID,
468 N_("External @j @S checksum does not match @S. "),
469 PROMPT_FIX, PR_PREEN_OK },
470
dea73131 471 /* Superblock metadata_csum_seed means nothing without metadata_csum */
17f2fbf7
DW
472 { PR_0_CSUM_SEED_WITHOUT_META_CSUM,
473 N_("@S metadata_csum_seed is not necessary without metadata_csum."),
474 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK},
475
a701823a
TT
476 /* Error initializing quota context */
477 { PR_0_QUOTA_INIT_CTX,
478 N_("Error initializing quota context in support library: %m\n"),
479 PROMPT_NULL, PR_FATAL },
480
dea73131 481 /* Bad required extra isize in superblock */
047d5d77
TT
482 { PR_0_BAD_MIN_EXTRA_ISIZE,
483 N_("Bad required extra isize in @S (%N). "),
484 PROMPT_FIX, 0 },
485
dea73131 486 /* Bad desired extra isize in superblock */
047d5d77
TT
487 { PR_0_BAD_WANT_EXTRA_ISIZE,
488 N_("Bad desired extra isize in @S (%N). "),
489 PROMPT_FIX, 0 },
490
d202f46d
TT
491 /* Invalid quota inode number */
492 { PR_0_INVALID_QUOTA_INO,
493 N_("Invalid %U @q @i %i. "),
494 PROMPT_FIX, 0 },
495
21c84b71 496 /* Pass 1 errors */
49a7360b 497
1b6bf175
TT
498 /* Pass 1: Checking inodes, blocks, and sizes */
499 { PR_1_PASS_HEADER,
0c4a0726 500 N_("Pass 1: Checking @is, @bs, and sizes\n"),
1b6bf175 501 PROMPT_NONE, 0 },
db0691b5 502
33d43ae9 503 /* Root inode is not a directory */
0c4a0726 504 { PR_1_ROOT_NO_DIR, N_("@r is not a @d. "),
db0691b5 505 PROMPT_CLEAR, 0 },
21c84b71 506
33d43ae9 507 /* Root inode has dtime set */
21c84b71 508 { PR_1_ROOT_DTIME,
0c4a0726 509 N_("@r has dtime set (probably due to old mke2fs). "),
21c84b71
TT
510 PROMPT_FIX, PR_PREEN_OK },
511
512 /* Reserved inode has bad mode */
513 { PR_1_RESERVED_BAD_MODE,
7ae1983a 514 N_("Reserved @i %i (%Q) has @n mode. "),
21c84b71
TT
515 PROMPT_CLEAR, PR_PREEN_OK },
516
dea73131 517 /* Deleted inode inum has zero dtime */
21c84b71 518 { PR_1_ZERO_DTIME,
0c4a0726 519 N_("@D @i %i has zero dtime. "),
21c84b71
TT
520 PROMPT_FIX, PR_PREEN_OK },
521
dea73131 522 /* Inode inum is in use, but has dtime set */
21c84b71 523 { PR_1_SET_DTIME,
0c4a0726 524 N_("@i %i is in use, but has dtime set. "),
21c84b71
TT
525 PROMPT_FIX, PR_PREEN_OK },
526
dea73131 527 /* Inode inum is a zero-length directory */
21c84b71 528 { PR_1_ZERO_LENGTH_DIR,
0c4a0726 529 N_("@i %i is a @z @d. "),
21c84b71
TT
530 PROMPT_CLEAR, PR_PREEN_OK },
531
dea73131 532 /* Group block bitmap at block conflicts with some other fs block */
21c84b71 533 { PR_1_BB_CONFLICT,
0c4a0726 534 N_("@g %g's @b @B at %b @C.\n"),
21c84b71
TT
535 PROMPT_RELOCATE, 0 },
536
dea73131 537 /* Group inode bitmap at block conflicts with some other fs block */
21c84b71 538 { PR_1_IB_CONFLICT,
0c4a0726 539 N_("@g %g's @i @B at %b @C.\n"),
21c84b71
TT
540 PROMPT_RELOCATE, 0 },
541
dea73131 542 /* Group inode table at block conflicts with some other fs block */
21c84b71 543 { PR_1_ITABLE_CONFLICT,
0c4a0726 544 N_("@g %g's @i table at %b @C.\n"),
21c84b71
TT
545 PROMPT_RELOCATE, 0 },
546
dea73131 547 /* Group block bitmap (block) is bad */
21c84b71 548 { PR_1_BB_BAD_BLOCK,
0c4a0726 549 N_("@g %g's @b @B (%b) is bad. "),
21c84b71
TT
550 PROMPT_RELOCATE, 0 },
551
dea73131 552 /* Group inode bitmap (block) is bad */
21c84b71 553 { PR_1_IB_BAD_BLOCK,
0c4a0726 554 N_("@g %g's @i @B (%b) is bad. "),
21c84b71
TT
555 PROMPT_RELOCATE, 0 },
556
dea73131 557 /* Inode inum, i_size is small, should be larger */
21c84b71 558 { PR_1_BAD_I_SIZE,
0c4a0726 559 N_("@i %i, i_size is %Is, @s %N. "),
1b6bf175 560 PROMPT_FIX, PR_PREEN_OK },
db0691b5 561
dea73131 562 /* Inode inum, i_blocks is small, should be larger */
21c84b71 563 { PR_1_BAD_I_BLOCKS,
0c4a0726 564 N_("@i %i, i_@bs is %Ib, @s %N. "),
1b6bf175 565 PROMPT_FIX, PR_PREEN_OK },
21c84b71 566
dea73131 567 /* Illegal block number in inode */
21c84b71 568 { PR_1_ILLEGAL_BLOCK_NUM,
695706ca 569 N_("@I %B (%b) in @i %i. "),
21c84b71
TT
570 PROMPT_CLEAR, PR_LATCH_BLOCK },
571
dea73131 572 /* Block number overlaps filesystem metadata in inode */
21c84b71 573 { PR_1_BLOCK_OVERLAPS_METADATA,
695706ca 574 N_("%B (%b) overlaps @f metadata in @i %i. "),
21c84b71
TT
575 PROMPT_CLEAR, PR_LATCH_BLOCK },
576
577 /* Inode has illegal blocks (latch question) */
578 { PR_1_INODE_BLOCK_LATCH,
0c4a0726 579 N_("@i %i has illegal @b(s). "),
21c84b71
TT
580 PROMPT_CLEAR, 0 },
581
dea73131 582 /* Too many illegal blocks in inode */
21c84b71 583 { PR_1_TOO_MANY_BAD_BLOCKS,
0c4a0726 584 N_("Too many illegal @bs in @i %i.\n"),
db0691b5 585 PROMPT_CLEAR_INODE, PR_NO_OK },
21c84b71
TT
586
587 /* Illegal block number in bad block inode */
588 { PR_1_BB_ILLEGAL_BLOCK_NUM,
695706ca 589 N_("@I %B (%b) in bad @b @i. "),
21c84b71
TT
590 PROMPT_CLEAR, PR_LATCH_BBLOCK },
591
592 /* Bad block inode has illegal blocks (latch question) */
593 { PR_1_INODE_BBLOCK_LATCH,
0c4a0726 594 N_("Bad @b @i has illegal @b(s). "),
21c84b71
TT
595 PROMPT_CLEAR, 0 },
596
1b6bf175
TT
597 /* Duplicate or bad blocks in use! */
598 { PR_1_DUP_BLOCKS_PREENSTOP,
0c4a0726 599 N_("Duplicate or bad @b in use!\n"),
1b6bf175
TT
600 PROMPT_NONE, 0 },
601
dea73131 602 /* Bad block number used as bad block inode indirect block */
1b6bf175 603 { PR_1_BBINODE_BAD_METABLOCK,
000ba404
TT
604 N_("Bad @b %b used as bad @b @i indirect @b. "),
605 PROMPT_CLEAR, PR_LATCH_BBLOCK },
1b6bf175 606
db0691b5 607 /* Inconsistency can't be fixed prompt */
1b6bf175 608 { PR_1_BBINODE_BAD_METABLOCK_PROMPT,
000ba404
TT
609 N_("\nThe bad @b @i has probably been corrupted. You probably\n"
610 "should stop now and run ""e2fsck -c"" to scan for bad blocks\n"
611 "in the @f.\n"),
1b6bf175
TT
612 PROMPT_CONTINUE, PR_PREEN_NOMSG },
613
614 /* Bad primary block */
db0691b5 615 { PR_1_BAD_PRIMARY_BLOCK,
0c4a0726 616 N_("\nIf the @b is really bad, the @f can not be fixed.\n"),
1b6bf175 617 PROMPT_NONE, PR_AFTER_CODE, PR_1_BAD_PRIMARY_BLOCK_PROMPT },
db0691b5 618
1b6bf175 619 /* Bad primary block prompt */
db0691b5 620 { PR_1_BAD_PRIMARY_BLOCK_PROMPT,
7ae1983a
TT
621 N_("You can remove this @b from the bad @b list and hope\n"
622 "that the @b is really OK. But there are no guarantees.\n\n"),
1b6bf175
TT
623 PROMPT_CLEAR, PR_PREEN_NOMSG },
624
dea73131 625 /* The primary superblock block is on the bad block list */
1b6bf175 626 { PR_1_BAD_PRIMARY_SUPERBLOCK,
0c4a0726 627 N_("The primary @S (%b) is on the bad @b list.\n"),
1b6bf175 628 PROMPT_NONE, PR_AFTER_CODE, PR_1_BAD_PRIMARY_BLOCK },
db0691b5 629
1b6bf175
TT
630 /* Bad primary block group descriptors */
631 { PR_1_BAD_PRIMARY_GROUP_DESCRIPTOR,
0c4a0726 632 N_("Block %b in the primary @g descriptors "
dea73131 633 "is on the bad @b list\n"),
1b6bf175 634 PROMPT_NONE, PR_AFTER_CODE, PR_1_BAD_PRIMARY_BLOCK },
db0691b5 635
dea73131 636 /* Warning: Group number's superblock (block) is bad */
1b6bf175 637 { PR_1_BAD_SUPERBLOCK,
0c4a0726 638 N_("Warning: Group %g's @S (%b) is bad.\n"),
1b6bf175 639 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 640
dea73131
AD
641 /* Warning: Group number's copy of the group descriptors has a bad
642 * block */
1b6bf175 643 { PR_1_BAD_GROUP_DESCRIPTORS,
0c4a0726
TT
644 N_("Warning: Group %g's copy of the @g descriptors has a bad "
645 "@b (%b).\n"),
1b6bf175
TT
646 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG },
647
dea73131 648 /* Block number claimed for no reason in process_bad_blocks */
1b6bf175 649 { PR_1_PROGERR_CLAIMED_BLOCK,
0c4a0726
TT
650 N_("Programming error? @b #%b claimed for no reason in "
651 "process_bad_@b.\n"),
1b6bf175
TT
652 PROMPT_NONE, PR_PREEN_OK },
653
dea73131 654 /* Allocating number contiguous block(s) in block group number */
1b6bf175 655 { PR_1_RELOC_BLOCK_ALLOCATE,
a3da9d1d 656 N_("@A %N contiguous @b(s) in @b @g %g for %s: %m\n"),
1b6bf175 657 PROMPT_NONE, PR_PREEN_OK },
db0691b5 658
dea73131 659 /* Allocating block buffer for relocating process */
1b6bf175 660 { PR_1_RELOC_MEMORY_ALLOCATE,
0c4a0726 661 N_("@A @b buffer for relocating %s\n"),
1b6bf175 662 PROMPT_NONE, PR_PREEN_OK },
db0691b5 663
dea73131 664 /* Relocating group number's information from X to Y */
1b6bf175 665 { PR_1_RELOC_FROM_TO,
0c4a0726 666 N_("Relocating @g %g's %s from %b to %c...\n"),
1b6bf175 667 PROMPT_NONE, PR_PREEN_OK },
db0691b5 668
dea73131 669 /* Relocating group number's information to X */
1b6bf175 670 { PR_1_RELOC_TO,
ddc32a04 671 N_("Relocating @g %g's %s to %c...\n"), /* xgettext:no-c-format */
1b6bf175 672 PROMPT_NONE, PR_PREEN_OK },
db0691b5 673
dea73131 674 /* Warning: could not read block number of relocation process */
1b6bf175 675 { PR_1_RELOC_READ_ERR,
0c4a0726 676 N_("Warning: could not read @b %b of %s: %m\n"),
1b6bf175 677 PROMPT_NONE, PR_PREEN_OK },
db0691b5 678
dea73131 679 /* Warning: could not write block number of relocation process */
1b6bf175 680 { PR_1_RELOC_WRITE_ERR,
0c4a0726 681 N_("Warning: could not write @b %b for %s: %m\n"),
1b6bf175
TT
682 PROMPT_NONE, PR_PREEN_OK },
683
684 /* Error allocating inode bitmap */
685 { PR_1_ALLOCATE_IBITMAP_ERROR,
7ae1983a 686 N_("@A @i @B (%N): %m\n"),
1b6bf175
TT
687 PROMPT_NONE, PR_FATAL },
688
689 /* Error allocating block bitmap */
690 { PR_1_ALLOCATE_BBITMAP_ERROR,
7ae1983a 691 N_("@A @b @B (%N): %m\n"),
1b6bf175
TT
692 PROMPT_NONE, PR_FATAL },
693
ba7b0fee 694 /* Error allocating icount link information */
1b6bf175 695 { PR_1_ALLOCATE_ICOUNT,
0c4a0726 696 N_("@A icount link information: %m\n"),
1b6bf175
TT
697 PROMPT_NONE, PR_FATAL },
698
ba7b0fee 699 /* Error allocating directory block array */
1b6bf175 700 { PR_1_ALLOCATE_DBCOUNT,
0c4a0726 701 N_("@A @d @b array: %m\n"),
1b6bf175
TT
702 PROMPT_NONE, PR_FATAL },
703
704 /* Error while scanning inodes */
705 { PR_1_ISCAN_ERROR,
0c4a0726 706 N_("Error while scanning @is (%i): %m\n"),
1b6bf175
TT
707 PROMPT_NONE, PR_FATAL },
708
dea73131 709 /* Error while iterating over blocks in inode */
1b6bf175 710 { PR_1_BLOCK_ITERATE,
133a56dc 711 N_("Error while iterating over @bs in @i %i: %m\n"),
1b6bf175
TT
712 PROMPT_NONE, PR_FATAL },
713
dea73131 714 /* Error storing inode count information */
1b6bf175 715 { PR_1_ICOUNT_STORE,
f18996c8 716 N_("Error storing @i count information (@i=%i, count=%N): %m\n"),
1b6bf175
TT
717 PROMPT_NONE, PR_FATAL },
718
dea73131 719 /* Error storing directory block information */
1b6bf175 720 { PR_1_ADD_DBLOCK,
0c4a0726 721 N_("Error storing @d @b information "
f18996c8 722 "(@i=%i, @b=%b, num=%N): %m\n"),
1b6bf175
TT
723 PROMPT_NONE, PR_FATAL },
724
dea73131 725 /* Error reading inode (for clearing) */
1b6bf175 726 { PR_1_READ_INODE,
0c4a0726 727 N_("Error reading @i %i: %m\n"),
1b6bf175 728 PROMPT_NONE, PR_FATAL },
f8188fff
TT
729
730 /* Suppress messages prompt */
731 { PR_1_SUPPRESS_MESSAGES, "", PROMPT_SUPPRESS, PR_NO_OK },
db0691b5 732
dea73131 733 /* Imagic number has imagic flag set when fs doesn't support it */
6fdc7a32 734 { PR_1_SET_IMAGIC,
0c4a0726 735 N_("@i %i has imagic flag set. "),
6fdc7a32
TT
736 PROMPT_CLEAR, 0 },
737
738 /* Immutable flag set on a device or socket inode */
739 { PR_1_SET_IMMUTABLE,
bcf9c5d4
TT
740 N_("Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
741 "or append-only flag set. "),
a846d2f4 742 PROMPT_CLEAR, PR_PREEN_OK | PR_PREEN_NO | PR_NO_OK },
6fdc7a32 743
d647a1ea
TT
744 /* Non-zero size for device, fifo or socket inode */
745 { PR_1_SET_NONZSIZE,
7ae1983a 746 N_("Special (@v/socket/fifo) @i %i has non-zero size. "),
d647a1ea 747 PROMPT_FIX, PR_PREEN_OK },
060b5fbf 748
dea73131 749 /* Filesystem has feature flag(s) set, but is a revision 0 filesystem */
060b5fbf 750 { PR_1_FS_REV_LEVEL,
7ae1983a 751 N_("@f has feature flag(s) set, but is a revision 0 @f. "),
060b5fbf
TT
752 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
753
db0691b5 754 /* Journal inode is not in use, but contains data */
a9ca2016 755 { PR_1_JOURNAL_INODE_NOT_CLEAR,
7ae1983a 756 N_("@j @i is not in use, but contains data. "),
db0691b5
TT
757 PROMPT_CLEAR, PR_PREEN_OK },
758
dea73131 759 /* Journal is not a regular file */
a9ca2016 760 { PR_1_JOURNAL_BAD_MODE,
67a473ec 761 N_("@j is not regular file. "),
a9ca2016
TT
762 PROMPT_FIX, PR_PREEN_OK },
763
dea73131 764 /* Inode that was part of the orphan list */
21afac09 765 { PR_1_LOW_DTIME,
7ae1983a 766 N_("@i %i was part of the @o @i list. "),
db0691b5 767 PROMPT_FIX, PR_LATCH_LOW_DTIME, 0 },
21afac09 768
dea73131
AD
769 /* Inodes that were part of a corrupted orphan linked list found
770 * (latch question) */
21afac09
TT
771 { PR_1_ORPHAN_LIST_REFUGEES,
772 N_("@is that were part of a corrupted orphan linked list found. "),
db0691b5
TT
773 PROMPT_FIX, 0 },
774
342d847d
TT
775 /* Error allocating refcount structure */
776 { PR_1_ALLOCATE_REFCOUNT,
7ae1983a 777 N_("@A refcount structure (%N): %m\n"),
342d847d
TT
778 PROMPT_NONE, PR_FATAL },
779
780 /* Error reading extended attribute block */
781 { PR_1_READ_EA_BLOCK,
782 N_("Error reading @a @b %b for @i %i. "),
783 PROMPT_CLEAR, 0 },
784
dea73131 785 /* Inode number has a bad extended attribute block */
342d847d
TT
786 { PR_1_BAD_EA_BLOCK,
787 N_("@i %i has a bad @a @b %b. "),
788 PROMPT_CLEAR, 0 },
789
e8a3ee62
TT
790 /* Error reading Extended Attribute block while fixing refcount */
791 { PR_1_EXTATTR_READ_ABORT,
792 N_("Error reading @a @b %b (%m). "),
a6217f5a 793 PROMPT_NONE, PR_FATAL },
db0691b5 794
dea73131 795 /* Extended attribute number has reference count incorrect */
e8a3ee62 796 { PR_1_EXTATTR_REFCOUNT,
695706ca 797 N_("@a @b %b has reference count %r, @s %N. "),
e8a3ee62 798 PROMPT_FIX, 0 },
db0691b5
TT
799
800 /* Error writing Extended Attribute block while fixing refcount */
a6217f5a 801 { PR_1_EXTATTR_WRITE_ABORT,
e8a3ee62 802 N_("Error writing @a @b %b (%m). "),
a6217f5a 803 PROMPT_NONE, PR_FATAL },
55fd07ed 804
dea73131 805 /* Extended attribute block has h_blocks > 1 */
55fd07ed 806 { PR_1_EA_MULTI_BLOCK,
7ae1983a 807 N_("@a @b %b has h_@bs > 1. "),
db0691b5 808 PROMPT_CLEAR, 0},
55fd07ed 809
dea73131 810 /* Allocating extended attribute region allocation structure */
a6217f5a 811 { PR_1_EA_ALLOC_REGION_ABORT,
79362360 812 N_("@A @a region allocation structure. "),
a6217f5a 813 PROMPT_NONE, PR_FATAL},
db0691b5 814
dea73131 815 /* Extended Attribute block number is corrupt (allocation collision) */
55fd07ed
TT
816 { PR_1_EA_ALLOC_COLLISION,
817 N_("@a @b %b is corrupt (allocation collision). "),
14fe1c33 818 PROMPT_CLEAR, 0},
db0691b5 819
dea73131 820 /* Extended attribute block number is corrupt (invalid name) */
55fd07ed 821 { PR_1_EA_BAD_NAME,
7ae1983a 822 N_("@a @b %b is corrupt (@n name). "),
db0691b5 823 PROMPT_CLEAR, 0},
55fd07ed 824
dea73131 825 /* Extended attribute block number is corrupt (invalid value) */
55fd07ed 826 { PR_1_EA_BAD_VALUE,
7ae1983a 827 N_("@a @b %b is corrupt (@n value). "),
b94a052a
AD
828 PROMPT_CLEAR, 0},
829
dea73131 830 /* Inode number is too big (latch question) */
da307041
TT
831 { PR_1_INODE_TOOBIG,
832 N_("@i %i is too big. "), PROMPT_TRUNCATE, 0 },
833
dea73131 834 /* Problem causes directory to be too big */
db0691b5 835 { PR_1_TOOBIG_DIR,
695706ca 836 N_("%B (%b) causes @d to be too big. "),
da307041
TT
837 PROMPT_CLEAR, PR_LATCH_TOOBIG },
838
dea73131 839 /* Problem causes file to be too big */
da307041 840 { PR_1_TOOBIG_REG,
695706ca 841 N_("%B (%b) causes file to be too big. "),
da307041
TT
842 PROMPT_CLEAR, PR_LATCH_TOOBIG },
843
dea73131 844 /* Problem causes symlink to be too big */
da307041 845 { PR_1_TOOBIG_SYMLINK,
695706ca 846 N_("%B (%b) causes symlink to be too big. "),
da307041
TT
847 PROMPT_CLEAR, PR_LATCH_TOOBIG },
848
dea73131 849 /* Inode has INDEX_FL flag set on filesystem without htree support */
8fdc9985
TT
850 { PR_1_HTREE_SET,
851 N_("@i %i has INDEX_FL flag set on @f without htree support.\n"),
54779c66 852 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 853
dea73131 854 /* Inode number has INDEX_FL flag set but is on a directory */
503f9e7f
TT
855 { PR_1_HTREE_NODIR,
856 N_("@i %i has INDEX_FL flag set but is not a @d.\n"),
54779c66 857 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 858
dea73131 859 /* htree directory has an invalid root node */
503f9e7f 860 { PR_1_HTREE_BADROOT,
7ae1983a 861 N_("@h %i has an @n root node.\n"),
54779c66 862 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 863
dea73131 864 /* Htree directory has an unsupported hash version */
503f9e7f
TT
865 { PR_1_HTREE_HASHV,
866 N_("@h %i has an unsupported hash version (%N)\n"),
54779c66 867 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 868
dea73131 869 /* Htree directory uses an Incompatible htree root node flag */
503f9e7f
TT
870 { PR_1_HTREE_INCOMPAT,
871 N_("@h %i uses an incompatible htree root node flag.\n"),
54779c66 872 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 873
dea73131 874 /* Htree directory has a tree depth which is too big */
503f9e7f
TT
875 { PR_1_HTREE_DEPTH,
876 N_("@h %i has a tree depth (%N) which is too big\n"),
68ef5e1f 877 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
db0691b5 878
dea73131
AD
879 /* Bad block inode has an indirect block number that conflicts with
880 * filesystem metadata */
000ba404
TT
881 { PR_1_BB_FS_BLOCK,
882 N_("Bad @b @i has an indirect @b (%b) that conflicts with\n"
883 "@f metadata. "),
884 PROMPT_CLEAR, PR_LATCH_BBLOCK },
c3ffaf83 885
dea73131 886 /* Resize inode (re)creation failed */
c3ffaf83
TT
887 { PR_1_RESIZE_INODE_CREATE,
888 N_("Resize @i (re)creation failed: %m."),
a6217f5a 889 PROMPT_CONTINUE, 0 },
c3ffaf83 890
dea73131 891 /* inode has a extra size i_extra_isize which is invalid */
cebe48a1 892 { PR_1_EXTRA_ISIZE,
7ae1983a 893 N_("@i %i has a extra size (%IS) which is @n\n"),
cebe48a1
TT
894 PROMPT_FIX, PR_PREEN_OK },
895
dea73131 896 /* Extended attribute in inode has a namelen which is invalid */
cebe48a1 897 { PR_1_ATTR_NAME_LEN,
7ae1983a 898 N_("@a in @i %i has a namelen (%N) which is @n\n"),
cebe48a1
TT
899 PROMPT_CLEAR, PR_PREEN_OK },
900
dea73131 901 /* Extended attribute in inode has a value offset which is invalid */
cebe48a1 902 { PR_1_ATTR_VALUE_OFFSET,
7ae1983a 903 N_("@a in @i %i has a value offset (%N) which is @n\n"),
cebe48a1
TT
904 PROMPT_CLEAR, PR_PREEN_OK },
905
dea73131 906 /* extended attribute in inode has a value block which is invalid */
cebe48a1 907 { PR_1_ATTR_VALUE_BLOCK,
7ae1983a 908 N_("@a in @i %i has a value @b (%N) which is @n (must be 0)\n"),
cebe48a1
TT
909 PROMPT_CLEAR, PR_PREEN_OK },
910
dea73131 911 /* extended attribute in inode has a value size which is invalid */
7494cbfd
AD
912 { PR_1_ATTR_VALUE_SIZE,
913 N_("@a in @i %i has a value size (%N) which is @n\n"),
914 PROMPT_CLEAR, PR_PREEN_OK },
915
dea73131 916 /* extended attribute in inode has a hash which is invalid */
cebe48a1 917 { PR_1_ATTR_HASH,
fefaef39 918 N_("@a in @i %i has a hash (%N) which is @n\n"),
cebe48a1
TT
919 PROMPT_CLEAR, PR_PREEN_OK },
920
dea73131 921 /* inode is a type but it looks like it is really a directory */
fbc3f901
TT
922 { PR_1_TREAT_AS_DIRECTORY,
923 N_("@i %i is a %It but it looks like it is really a directory.\n"),
924 PROMPT_FIX, 0 },
925
dea73131 926 /* Error while reading extent tree in inode */
15d482ba
TT
927 { PR_1_READ_EXTENT,
928 N_("Error while reading over @x tree in @i %i: %m\n"),
929 PROMPT_CLEAR_INODE, 0 },
930
dea73131 931 /* Failure to iterate extents in inode */
7518c176
TT
932 { PR_1_EXTENT_ITERATE_FAILURE,
933 N_("Failed to iterate extents in @i %i\n"
934 "\t(op %s, blk %b, lblk %c): %m\n"),
935 PROMPT_CLEAR_INODE, 0 },
15d482ba 936
dea73131 937 /* Inode has an invalid extent starting block */
15d482ba
TT
938 { PR_1_EXTENT_BAD_START_BLK,
939 N_("@i %i has an @n extent\n\t(logical @b %c, @n physical @b %b, len %N)\n"),
940 PROMPT_CLEAR, 0 },
941
dea73131 942 /* Inode has an invalid extent that ends beyond filesystem */
15d482ba
TT
943 { PR_1_EXTENT_ENDS_BEYOND,
944 N_("@i %i has an @n extent\n\t(logical @b %c, physical @b %b, @n len %N)\n"),
945 PROMPT_CLEAR, 0 },
946
dea73131 947 /* inode has EXTENTS_FL flag set on filesystem without extents support*/
15d482ba
TT
948 { PR_1_EXTENTS_SET,
949 N_("@i %i has EXTENTS_FL flag set on @f without extents support.\n"),
950 PROMPT_CLEAR, 0 },
951
dea73131 952 /* inode is in extents format, but superblock is missing EXTENTS feature */
15d482ba
TT
953 { PR_1_EXTENT_FEATURE,
954 N_("@i %i is in extent format, but @S is missing EXTENTS feature\n"),
955 PROMPT_FIX, 0 },
956
957 /* inode missing EXTENTS_FL, but is an extent inode */
958 { PR_1_UNSET_EXTENT_FL,
959 N_("@i %i missing EXTENT_FL, but is in extents format\n"),
960 PROMPT_FIX, PR_PREEN_OK },
961
ee19c902
TT
962 /* Fast symlink has EXTENTS_FL set */
963 { PR_1_FAST_SYMLINK_EXTENT_FL,
964 N_("Fast symlink %i has EXTENT_FL set. "),
965 PROMPT_CLEAR, 0 },
966
d5a8f9a9
TT
967 /* Extents are out of order */
968 { PR_1_OUT_OF_ORDER_EXTENTS,
969 N_("@i %i has out of order extents\n\t(@n logical @b %c, physical @b %b, len %N)\n"),
970 PROMPT_CLEAR, 0 },
971
7518c176
TT
972 { PR_1_EXTENT_HEADER_INVALID,
973 N_("@i %i has an invalid extent node (blk %b, lblk %c)\n"),
974 PROMPT_CLEAR, 0 },
975
dea73131 976 /* Failed to convert subcluster block bitmap */
44fe08f1
TT
977 { PR_1_CONVERT_SUBCLUSTER,
978 N_("Error converting subcluster @b @B: %m\n"),
979 PROMPT_NONE, PR_FATAL },
980
dea73131 981 /* Quota inode is not a regular file */
624e4a64 982 { PR_1_QUOTA_BAD_MODE,
dea73131 983 N_("@q @i is not a regular file. "),
624e4a64
AK
984 PROMPT_CLEAR, PR_PREEN_OK },
985
986 /* Quota inode is not in use, but contains data */
987 { PR_1_QUOTA_INODE_NOT_CLEAR,
988 N_("@q @i is not in use, but contains data. "),
989 PROMPT_CLEAR, PR_PREEN_OK },
990
dea73131 991 /* Quota inode is visible to the user */
624e4a64
AK
992 { PR_1_QUOTA_INODE_NOT_HIDDEN,
993 N_("@q @i is visible to the user. "),
994 PROMPT_CLEAR, PR_PREEN_OK },
995
dea73131 996 /* The bad block inode looks invalid */
96a8afa7
TT
997 { PR_1_INVALID_BAD_INODE,
998 N_("The bad @b @i looks @n. "),
999 PROMPT_CLEAR, 0 },
1000
dea73131 1001 /* Extent has zero length extent */
26c09eb8
TT
1002 { PR_1_EXTENT_LENGTH_ZERO,
1003 N_("@i %i has zero length extent\n\t(@n logical @b %c, physical @b %b)\n"),
1004 PROMPT_CLEAR, 0 },
1005
68d70624
DW
1006 /* inode seems to contain garbage */
1007 { PR_1_INODE_IS_GARBAGE,
1008 N_("@i %i seems to contain garbage. "),
1009 PROMPT_CLEAR, 0 },
b9cde40d
DW
1010
1011 /* inode passes checks, but checksum does not match inode */
1012 { PR_1_INODE_ONLY_CSUM_INVALID,
1013 N_("@i %i passes checks, but checksum does not match @i. "),
1014 PROMPT_FIX, PR_PREEN_OK },
1015
78c666b8
DW
1016 /* Inode extended attribute is corrupt (allocation collision) */
1017 { PR_1_INODE_EA_ALLOC_COLLISION,
1018 N_("@i %i @a is corrupt (allocation collision). "),
1019 PROMPT_CLEAR, 0},
1020
1e2372b3
DW
1021 /*
1022 * Inode extent block passes checks, but checksum does not match
1023 * extent
1024 */
1025 { PR_1_EXTENT_ONLY_CSUM_INVALID,
1026 N_("@i %i extent block passes checks, but checksum does not match "
a93a90d2 1027 "extent\n\t(logical @b %c, physical @b %b, len %N)\n"),
1e2372b3
DW
1028 PROMPT_FIX, 0 },
1029
5e07cb28 1030 /*
5e8fd16e
DW
1031 * Inode extended attribute block passes checks, but checksum does not
1032 * match block.
5e07cb28
DW
1033 */
1034 { PR_1_EA_BLOCK_ONLY_CSUM_INVALID,
5e8fd16e 1035 N_("@i %i @a @b %b passes checks, but checksum does not match @b. "),
5e07cb28
DW
1036 PROMPT_FIX, 0 },
1037
dea73131 1038 /* Interior extent node level number of inode doesn't first node down */
789bd401
ES
1039 { PR_1_EXTENT_INDEX_START_INVALID,
1040 N_("Interior @x node level %N of @i %i:\n"
1041 "Logical start %b does not match logical start %c at next level. "),
1042 PROMPT_FIX, 0 },
1043
dea73131 1044 /* Inode end of extent exceeds allowed value */
d3f32c2d
DJ
1045 { PR_1_EXTENT_END_OUT_OF_BOUNDS,
1046 N_("@i %i, end of extent exceeds allowed value\n\t(logical @b %c, physical @b %b, len %N)\n"),
1047 PROMPT_CLEAR, 0 },
1048
dea73131 1049 /* Inode has inline data, but superblock is missing INLINE_DATA feature */
25fed0fc
ZL
1050 { PR_1_INLINE_DATA_FEATURE,
1051 N_("@i %i has inline data, but @S is missing INLINE_DATA feature\n"),
1052 PROMPT_CLEAR, PR_PREEN_OK },
1053
dea73131 1054 /* inode has INLINE_DATA_FL flag on filesystem without inline data */
25fed0fc
ZL
1055 { PR_1_INLINE_DATA_SET,
1056 N_("@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"),
1057 PROMPT_CLEAR, 0 },
d3f32c2d 1058
35c8faaf 1059 /*
dea73131 1060 * Inode block conflicts with critical metadata, skipping block checks
35c8faaf
DW
1061 */
1062 { PR_1_CRITICAL_METADATA_COLLISION,
1063 N_("@i %i block %b conflicts with critical metadata, skipping block checks.\n"),
1064 PROMPT_NONE, 0 },
1065
9f005a90
DW
1066 /* Directory inode block <block> should be at block <otherblock> */
1067 { PR_1_COLLAPSE_DBLOCK,
1068 N_("@d @i %i @b %b should be at @b %c. "),
1069 PROMPT_FIX, 0 },
1070
57b7fabc
DW
1071 /* Extents/inlinedata flag set on a device or socket inode */
1072 { PR_1_UNINIT_DBLOCK,
1073 N_("@d @i %i has @x marked uninitialized at @b %c. "),
1074 PROMPT_FIX, PR_PREEN_OK },
1075
dea73131 1076 /* Inode logical block (physical block) violates cluster allocation */
9a1d614d
DW
1077 { PR_1_MISALIGNED_CLUSTER,
1078 N_("@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\nWill fix in pass 1B.\n"),
1079 PROMPT_NONE, 0 },
1080
49a3749a
DW
1081 /* Inode has INLINE_DATA_FL flag but extended attribute not found */
1082 { PR_1_INLINE_DATA_NO_ATTR,
1083 N_("@i %i has INLINE_DATA_FL flag but @a not found. "),
1084 PROMPT_TRUNCATE, 0 },
1085
dea73131
AD
1086 /* Special (device/socket/fifo) file (inode num) has extents
1087 * or inline-data flag set */
8dae07fb
DW
1088 { PR_1_SPECIAL_EXTENTS_IDATA,
1089 N_("Special (@v/socket/fifo) file (@i %i) has extents\n"
1090 "or inline-data flag set. "),
1091 PROMPT_CLEAR, PR_PREEN_OK | PR_PREEN_NO | PR_NO_OK },
1092
fa441f91
DW
1093 /* Inode has extent header but inline data flag is set */
1094 { PR_1_CLEAR_INLINE_DATA_FOR_EXTENT,
1095 N_("@i %i has @x header but inline data flag is set.\n"),
1096 PROMPT_FIX, 0 },
1097
1098 /* Inode seems to have inline data but extent flag is set */
1099 { PR_1_CLEAR_EXTENT_FOR_INLINE_DATA,
1100 N_("@i %i seems to have inline data but @x flag is set.\n"),
1101 PROMPT_FIX, 0 },
1102
1103 /* Inode seems to have block map but inline data and extent flags set */
1104 { PR_1_CLEAR_EXTENT_INLINE_DATA_FLAGS,
1105 N_("@i %i seems to have @b map but inline data and @x flags set.\n"),
1106 PROMPT_FIX, 0 },
1107
1108 /* Inode has inline data and extent flags but i_block contains junk */
1109 { PR_1_CLEAR_EXTENT_INLINE_DATA_INODE,
1110 N_("@i %i has inline data and @x flags set but i_block contains junk.\n"),
1111 PROMPT_CLEAR_INODE, 0 },
1112
c6c68163
DW
1113 /* Bad block list says the bad block list inode is bad */
1114 { PR_1_BADBLOCKS_IN_BADBLOCKS,
1115 N_("Bad block list says the bad block list @i is bad. "),
1116 PROMPT_CLEAR_INODE, 0 },
1117
79362360
DW
1118 /* Error allocating extent region allocation structure */
1119 { PR_1_EXTENT_ALLOC_REGION_ABORT,
1120 N_("@A @x region allocation structure. "),
1121 PROMPT_NONE, PR_FATAL},
1122
dea73131 1123 /* Inode leaf has a duplicate extent mapping */
79362360
DW
1124 { PR_1_EXTENT_COLLISION,
1125 N_("@i %i has a duplicate @x mapping\n\t(logical @b %c, @n physical @b %b, len %N)\n"),
1126 PROMPT_CLEAR, 0 },
1127
dbff534e
TT
1128 /* Error allocating memory for encrypted directory list */
1129 { PR_1_ALLOCATE_ENCRYPTED_DIRLIST,
1130 N_("@A memory for encrypted @d list\n"),
1131 PROMPT_NONE, PR_FATAL },
1132
e228d700
DW
1133 /* Inode extent tree could be more shallow */
1134 { PR_1_EXTENT_BAD_MAX_DEPTH,
1135 N_("@i %i @x tree could be more shallow (%b; could be <= %c)\n"),
1136 PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK },
1137
dea73131 1138 /* inode num on bigalloc filesystem cannot be block mapped */
faa427d3
DW
1139 { PR_1_NO_BIGALLOC_BLOCKMAP_FILES,
1140 N_("@i %i on bigalloc @f cannot be @b mapped. "),
1141 PROMPT_FIX, 0 },
1142
f680db65
DW
1143 /* Inode has corrupt extent header */
1144 { PR_1_MISSING_EXTENT_HEADER,
1145 N_("@i %i has corrupt @x header. "),
1146 PROMPT_CLEAR_INODE, 0 },
1147
082ed5dc
DT
1148 /* Timestamp(s) on inode beyond 2310-04-04 are likely pre-1970. */
1149 { PR_1_EA_TIME_OUT_OF_RANGE,
1150 N_("Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"),
1151 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
1152
21c84b71
TT
1153 /* Pass 1b errors */
1154
1b6bf175
TT
1155 /* Pass 1B: Rescan for duplicate/bad blocks */
1156 { PR_1B_PASS_HEADER,
7ae1983a
TT
1157 N_("\nRunning additional passes to resolve @bs claimed by more than one @i...\n"
1158 "Pass 1B: Rescanning for @m @bs\n"),
1b6bf175
TT
1159 PROMPT_NONE, 0 },
1160
1161 /* Duplicate/bad block(s) header */
db0691b5 1162 { PR_1B_DUP_BLOCK_HEADER,
7ae1983a 1163 N_("@m @b(s) in @i %i:"),
1b6bf175
TT
1164 PROMPT_NONE, 0 },
1165
1166 /* Duplicate/bad block(s) in inode */
db0691b5 1167 { PR_1B_DUP_BLOCK,
1b6bf175 1168 " %b",
151786fc 1169 PROMPT_NONE, PR_LATCH_DBLOCK | PR_PREEN_NOHDR },
1b6bf175
TT
1170
1171 /* Duplicate/bad block(s) end */
1172 { PR_1B_DUP_BLOCK_END,
1173 "\n",
151786fc 1174 PROMPT_NONE, PR_PREEN_NOHDR },
db0691b5 1175
1b6bf175
TT
1176 /* Error while scanning inodes */
1177 { PR_1B_ISCAN_ERROR,
0c4a0726 1178 N_("Error while scanning inodes (%i): %m\n"),
1b6bf175
TT
1179 PROMPT_NONE, PR_FATAL },
1180
1181 /* Error allocating inode bitmap */
1182 { PR_1B_ALLOCATE_IBITMAP_ERROR,
7ae1983a 1183 N_("@A @i @B (@i_dup_map): %m\n"),
1b6bf175
TT
1184 PROMPT_NONE, PR_FATAL },
1185
133a56dc
TT
1186 /* Error while iterating over blocks */
1187 { PR_1B_BLOCK_ITERATE,
1188 N_("Error while iterating over @bs in @i %i (%s): %m\n"),
1189 PROMPT_NONE, 0 },
0684a4f3
TT
1190
1191 /* Error adjusting EA refcount */
1192 { PR_1B_ADJ_EA_REFCOUNT,
7ae1983a 1193 N_("Error adjusting refcount for @a @b %b (@i %i): %m\n"),
0684a4f3
TT
1194 PROMPT_NONE, 0 },
1195
28b966d7
DW
1196 /* Duplicate/bad block range in inode */
1197 { PR_1B_DUP_RANGE,
1198 " %b--%c",
1199 PROMPT_NONE, PR_LATCH_DBLOCK | PR_PREEN_NOHDR },
1200
7ae1983a 1201 /* Pass 1C: Scan directories for inodes with multiply-claimed blocks. */
1b6bf175 1202 { PR_1C_PASS_HEADER,
49809dd8 1203 N_("Pass 1C: Scanning directories for @is with @m @bs\n"),
1b6bf175
TT
1204 PROMPT_NONE, 0 },
1205
db0691b5 1206
7ae1983a 1207 /* Pass 1D: Reconciling multiply-claimed blocks */
1b6bf175 1208 { PR_1D_PASS_HEADER,
7ae1983a 1209 N_("Pass 1D: Reconciling @m @bs\n"),
1b6bf175 1210 PROMPT_NONE, 0 },
db0691b5 1211
21c84b71 1212 /* File has duplicate blocks */
1b6bf175 1213 { PR_1D_DUP_FILE,
0c4a0726 1214 N_("File %Q (@i #%i, mod time %IM) \n"
695706ca 1215 " has %r @m @b(s), shared with %N file(s):\n"),
1b6bf175 1216 PROMPT_NONE, 0 },
db0691b5
TT
1217
1218 /* List of files sharing duplicate blocks */
1b6bf175 1219 { PR_1D_DUP_FILE_LIST,
0c4a0726 1220 N_("\t%Q (@i #%i, mod time %IM)\n"),
1b6bf175 1221 PROMPT_NONE, 0 },
db0691b5
TT
1222
1223 /* File sharing blocks with filesystem metadata */
1b6bf175 1224 { PR_1D_SHARE_METADATA,
0c4a0726 1225 N_("\t<@f metadata>\n"),
1b6bf175
TT
1226 PROMPT_NONE, 0 },
1227
db0691b5 1228 /* Report of how many duplicate/bad inodes */
1b6bf175 1229 { PR_1D_NUM_DUP_INODES,
7ae1983a 1230 N_("(There are %N @is containing @m @bs.)\n\n"),
1b6bf175
TT
1231 PROMPT_NONE, 0 },
1232
1233 /* Duplicated blocks already reassigned or cloned. */
1234 { PR_1D_DUP_BLOCKS_DEALT,
7ae1983a 1235 N_("@m @bs already reassigned or cloned.\n\n"),
1b6bf175
TT
1236 PROMPT_NONE, 0 },
1237
1238 /* Clone duplicate/bad blocks? */
1239 { PR_1D_CLONE_QUESTION,
1240 "", PROMPT_CLONE, PR_NO_OK },
db0691b5 1241
1b6bf175
TT
1242 /* Delete file? */
1243 { PR_1D_DELETE_QUESTION,
1244 "", PROMPT_DELETE, 0 },
1245
1246 /* Couldn't clone file (error) */
1247 { PR_1D_CLONE_ERROR,
0c4a0726 1248 N_("Couldn't clone file: %m\n"), PROMPT_NONE, 0 },
21c84b71 1249
e228d700
DW
1250 /* Pass 1E Extent tree optimization */
1251
1252 /* Pass 1E: Optimizing extent trees */
1253 { PR_1E_PASS_HEADER,
1254 N_("Pass 1E: Optimizing @x trees\n"),
1255 PROMPT_NONE, PR_PREEN_NOMSG },
1256
1257 /* Failed to optimize extent tree */
1258 { PR_1E_OPTIMIZE_EXT_ERR,
1259 N_("Failed to optimize @x tree %p (%i): %m\n"),
1260 PROMPT_NONE, 0 },
1261
1262 /* Optimizing extent trees */
1263 { PR_1E_OPTIMIZE_EXT_HEADER,
1264 N_("Optimizing @x trees: "),
1265 PROMPT_NONE, PR_MSG_ONLY },
1266
1267 /* Rebuilding extent tree %d */
1268 { PR_1E_OPTIMIZE_EXT,
1269 " %i",
1270 PROMPT_NONE, PR_LATCH_OPTIMIZE_EXT | PR_PREEN_NOHDR},
1271
1272 /* Rebuilding extent tree end */
1273 { PR_1E_OPTIMIZE_EXT_END,
1274 "\n",
1275 PROMPT_NONE, PR_PREEN_NOHDR },
1276
1277 /* Internal error: extent tree depth too large */
1278 { PR_1E_MAX_EXTENT_TREE_DEPTH,
1279 N_("Internal error: max extent tree depth too large (%b; expected=%c).\n"),
1280 PROMPT_NONE, PR_FATAL },
1281
1282 /* Inode extent tree could be shorter */
1283 { PR_1E_CAN_COLLAPSE_EXTENT_TREE,
1284 N_("@i %i @x tree (at level %b) could be shorter. "),
bf9f3b6d 1285 PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK | PR_NOT_A_FIX },
e228d700
DW
1286
1287 /* Inode extent tree could be narrower */
1288 { PR_1E_CAN_NARROW_EXTENT_TREE,
5b7afaf1 1289 N_("@i %i @x tree (at level %b) could be narrower. "),
bf9f3b6d 1290 PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK | PR_NOT_A_FIX },
e228d700 1291
21c84b71
TT
1292 /* Pass 2 errors */
1293
1b6bf175
TT
1294 /* Pass 2: Checking directory structure */
1295 { PR_2_PASS_HEADER,
0c4a0726 1296 N_("Pass 2: Checking @d structure\n"),
1b6bf175 1297 PROMPT_NONE, 0 },
db0691b5 1298
21c84b71
TT
1299 /* Bad inode number for '.' */
1300 { PR_2_BAD_INODE_DOT,
7ae1983a 1301 N_("@n @i number for '.' in @d @i %i.\n"),
21c84b71
TT
1302 PROMPT_FIX, 0 },
1303
487c9e30 1304 /* Entry 'xxxx' in /a/b/c has bad inode number.*/
db0691b5 1305 { PR_2_BAD_INO,
7ae1983a 1306 N_("@E has @n @i #: %Di.\n"),
21c84b71
TT
1307 PROMPT_CLEAR, 0 },
1308
487c9e30 1309 /* Entry 'xxxx' in /a/b/c has deleted/unused inode nnnnn.*/
db0691b5 1310 { PR_2_UNUSED_INODE,
0c4a0726 1311 N_("@E has @D/unused @i %Di. "),
21c84b71
TT
1312 PROMPT_CLEAR, PR_PREEN_OK },
1313
055866d8 1314 /* Directory entry is link to '.' */
db0691b5 1315 { PR_2_LINK_DOT,
0c4a0726 1316 N_("@E @L to '.' "),
21c84b71
TT
1317 PROMPT_CLEAR, 0 },
1318
1319 /* Directory entry points to inode now located in a bad block */
1320 { PR_2_BB_INODE,
0c4a0726 1321 N_("@E points to @i (%Di) located in a bad @b.\n"),
21c84b71
TT
1322 PROMPT_CLEAR, 0 },
1323
1324 /* Directory entry contains a link to a directory */
db0691b5 1325 { PR_2_LINK_DIR,
0c4a0726 1326 N_("@E @L to @d %P (%Di).\n"),
21c84b71
TT
1327 PROMPT_CLEAR, 0 },
1328
055866d8 1329 /* Directory entry contains a link to the root directory */
db0691b5 1330 { PR_2_LINK_ROOT,
0c4a0726 1331 N_("@E @L to the @r.\n"),
21c84b71
TT
1332 PROMPT_CLEAR, 0 },
1333
1334 /* Directory entry has illegal characters in its name */
db0691b5 1335 { PR_2_BAD_NAME,
0c4a0726 1336 N_("@E has illegal characters in its name.\n"),
21c84b71
TT
1337 PROMPT_FIX, 0 },
1338
db0691b5 1339 /* Missing '.' in directory inode */
21c84b71 1340 { PR_2_MISSING_DOT,
0c4a0726 1341 N_("Missing '.' in @d @i %i.\n"),
21c84b71
TT
1342 PROMPT_FIX, 0 },
1343
db0691b5 1344 /* Missing '..' in directory inode */
21c84b71 1345 { PR_2_MISSING_DOT_DOT,
0c4a0726 1346 N_("Missing '..' in @d @i %i.\n"),
21c84b71
TT
1347 PROMPT_FIX, 0 },
1348
1349 /* First entry in directory inode doesn't contain '.' */
1350 { PR_2_1ST_NOT_DOT,
7ae1983a 1351 N_("First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"),
21c84b71
TT
1352 PROMPT_FIX, 0 },
1353
1354 /* Second entry in directory inode doesn't contain '..' */
1355 { PR_2_2ND_NOT_DOT_DOT,
7ae1983a 1356 N_("Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"),
21c84b71 1357 PROMPT_FIX, 0 },
db0691b5 1358
21c84b71
TT
1359 /* i_faddr should be zero */
1360 { PR_2_FADDR_ZERO,
0c4a0726 1361 N_("i_faddr @F %IF, @s zero.\n"),
21c84b71
TT
1362 PROMPT_CLEAR, 0 },
1363
ae33f578 1364 /* i_file_acl should be zero */
21c84b71 1365 { PR_2_FILE_ACL_ZERO,
0c4a0726 1366 N_("i_file_acl @F %If, @s zero.\n"),
21c84b71
TT
1367 PROMPT_CLEAR, 0 },
1368
ae33f578 1369 /* i_dir_acl should be zero */
21c84b71 1370 { PR_2_DIR_ACL_ZERO,
0c4a0726 1371 N_("i_dir_acl @F %Id, @s zero.\n"),
21c84b71
TT
1372 PROMPT_CLEAR, 0 },
1373
ae33f578 1374 /* i_frag should be zero */
21c84b71 1375 { PR_2_FRAG_ZERO,
0c4a0726 1376 N_("i_frag @F %N, @s zero.\n"),
21c84b71
TT
1377 PROMPT_CLEAR, 0 },
1378
ae33f578 1379 /* i_fsize should be zero */
21c84b71 1380 { PR_2_FSIZE_ZERO,
0c4a0726 1381 N_("i_fsize @F %N, @s zero.\n"),
21c84b71
TT
1382 PROMPT_CLEAR, 0 },
1383
1384 /* inode has bad mode */
1385 { PR_2_BAD_MODE,
7ae1983a 1386 N_("@i %i (%Q) has @n mode (%Im).\n"),
21c84b71
TT
1387 PROMPT_CLEAR, 0 },
1388
1389 /* directory corrupted */
db0691b5 1390 { PR_2_DIR_CORRUPTED,
695706ca 1391 N_("@d @i %i, %B, offset %N: @d corrupted\n"),
21c84b71 1392 PROMPT_SALVAGE, 0 },
db0691b5 1393
21c84b71 1394 /* filename too long */
db0691b5 1395 { PR_2_FILENAME_LONG,
695706ca 1396 N_("@d @i %i, %B, offset %N: filename too long\n"),
21c84b71
TT
1397 PROMPT_TRUNCATE, 0 },
1398
1399 /* Directory inode has a missing block (hole) */
db0691b5 1400 { PR_2_DIRECTORY_HOLE,
695706ca 1401 N_("@d @i %i has an unallocated %B. "),
21c84b71
TT
1402 PROMPT_ALLOCATE, 0 },
1403
1404 /* '.' is not NULL terminated */
1405 { PR_2_DOT_NULL_TERM,
0c4a0726 1406 N_("'.' @d @e in @d @i %i is not NULL terminated\n"),
21c84b71
TT
1407 PROMPT_FIX, 0 },
1408
1409 /* '..' is not NULL terminated */
1410 { PR_2_DOT_DOT_NULL_TERM,
0c4a0726 1411 N_("'..' @d @e in @d @i %i is not NULL terminated\n"),
21c84b71
TT
1412 PROMPT_FIX, 0 },
1413
7cf73dcd
TT
1414 /* Illegal character device inode */
1415 { PR_2_BAD_CHAR_DEV,
d74edf4e 1416 N_("@i %i (%Q) is an @I character @v.\n"),
7cf73dcd
TT
1417 PROMPT_CLEAR, 0 },
1418
1419 /* Illegal block device inode */
1420 { PR_2_BAD_BLOCK_DEV,
d74edf4e 1421 N_("@i %i (%Q) is an @I @b @v.\n"),
7cf73dcd
TT
1422 PROMPT_CLEAR, 0 },
1423
1b6bf175
TT
1424 /* Duplicate '.' entry */
1425 { PR_2_DUP_DOT,
0c4a0726 1426 N_("@E is duplicate '.' @e.\n"),
db0691b5 1427 PROMPT_FIX, 0 },
21c84b71 1428
1b6bf175
TT
1429 /* Duplicate '..' entry */
1430 { PR_2_DUP_DOT_DOT,
0c4a0726 1431 N_("@E is duplicate '..' @e.\n"),
1b6bf175
TT
1432 PROMPT_FIX, 0 },
1433
1434 /* Internal error: couldn't find dir_info */
1435 { PR_2_NO_DIRINFO,
0c4a0726 1436 N_("Internal error: couldn't find dir_info for %i.\n"),
1b6bf175
TT
1437 PROMPT_NONE, PR_FATAL },
1438
1439 /* Final rec_len is wrong */
1440 { PR_2_FINAL_RECLEN,
7ae1983a 1441 N_("@E has rec_len of %Dr, @s %N.\n"),
1b6bf175 1442 PROMPT_FIX, 0 },
db0691b5 1443
1b6bf175
TT
1444 /* Error allocating icount structure */
1445 { PR_2_ALLOCATE_ICOUNT,
0c4a0726 1446 N_("@A icount structure: %m\n"),
1b6bf175
TT
1447 PROMPT_NONE, PR_FATAL },
1448
1449 /* Error iterating over directory blocks */
1450 { PR_2_DBLIST_ITERATE,
d3128ccb 1451 N_("Error iterating over @d @bs: %m\n"),
1b6bf175
TT
1452 PROMPT_NONE, PR_FATAL },
1453
1454 /* Error reading directory block */
1455 { PR_2_READ_DIRBLOCK,
0c4a0726 1456 N_("Error reading @d @b %b (@i %i): %m\n"),
1b6bf175
TT
1457 PROMPT_CONTINUE, 0 },
1458
1459 /* Error writing directory block */
1460 { PR_2_WRITE_DIRBLOCK,
0c4a0726 1461 N_("Error writing @d @b %b (@i %i): %m\n"),
1b6bf175
TT
1462 PROMPT_CONTINUE, 0 },
1463
1464 /* Error allocating new directory block */
1465 { PR_2_ALLOC_DIRBOCK,
0c4a0726 1466 N_("@A new @d @b for @i %i (%s): %m\n"),
1b6bf175
TT
1467 PROMPT_NONE, 0 },
1468
1469 /* Error deallocating inode */
1470 { PR_2_DEALLOC_INODE,
0c4a0726 1471 N_("Error deallocating @i %i: %m\n"),
1b6bf175
TT
1472 PROMPT_NONE, PR_FATAL },
1473
f8188fff
TT
1474 /* Directory entry for '.' is big. Split? */
1475 { PR_2_SPLIT_DOT,
5dd77dbe 1476 N_("@d @e for '.' in %p (%i) is big.\n"),
f8188fff 1477 PROMPT_SPLIT, PR_NO_OK },
1b6bf175 1478
1dde43f0
TT
1479 /* Illegal FIFO inode */
1480 { PR_2_BAD_FIFO,
0c4a0726 1481 N_("@i %i (%Q) is an @I FIFO.\n"),
1dde43f0
TT
1482 PROMPT_CLEAR, 0 },
1483
1484 /* Illegal socket inode */
1485 { PR_2_BAD_SOCKET,
0c4a0726 1486 N_("@i %i (%Q) is an @I socket.\n"),
1dde43f0
TT
1487 PROMPT_CLEAR, 0 },
1488
aa4115a4
TT
1489 /* Directory filetype not set */
1490 { PR_2_SET_FILETYPE,
0c4a0726 1491 N_("Setting filetype for @E to %N.\n"),
aa4115a4
TT
1492 PROMPT_NONE, PR_PREEN_OK | PR_NO_OK | PR_NO_NOMSG },
1493
1494 /* Directory filetype incorrect */
1495 { PR_2_BAD_FILETYPE,
7ae1983a 1496 N_("@E has an incorrect filetype (was %Dt, @s %N).\n"),
aa4115a4
TT
1497 PROMPT_FIX, 0 },
1498
7847c1d4
TT
1499 /* Directory filetype set on filesystem */
1500 { PR_2_CLEAR_FILETYPE,
d007cb4c 1501 N_("@E has filetype set.\n"),
7847c1d4
TT
1502 PROMPT_CLEAR, PR_PREEN_OK },
1503
c40db6d5
TT
1504 /* Directory filename is null */
1505 { PR_2_NULL_NAME,
7ae1983a 1506 N_("@E has a @z name.\n"),
c40db6d5
TT
1507 PROMPT_CLEAR, 0 },
1508
bcf9c5d4
TT
1509 /* Invalid symlink */
1510 { PR_2_INVALID_SYMLINK,
7ae1983a 1511 N_("Symlink %Q (@i #%i) is @n.\n"),
342d847d
TT
1512 PROMPT_CLEAR, 0 },
1513
ae33f578 1514 /* i_file_acl (extended attribute block) is bad */
342d847d 1515 { PR_2_FILE_ACL_BAD,
7ae1983a 1516 N_("@a @b @F @n (%If).\n"),
fdbdea09
TT
1517 PROMPT_CLEAR, 0 },
1518
a4742691
TT
1519 /* Filesystem contains large files, but has no such flag in sb */
1520 { PR_2_FEATURE_LARGE_FILES,
1521 N_("@f contains large files, but lacks LARGE_FILE flag in @S.\n"),
1522 PROMPT_FIX, 0 },
db0691b5 1523
8fdc9985
TT
1524 /* Node in HTREE directory not referenced */
1525 { PR_2_HTREE_NOTREF,
695706ca 1526 N_("@p @h %d: %B not referenced\n"),
8fdc9985
TT
1527 PROMPT_NONE, 0 },
1528
1529 /* Node in HTREE directory referenced twice */
1530 { PR_2_HTREE_DUPREF,
695706ca 1531 N_("@p @h %d: %B referenced twice\n"),
8fdc9985
TT
1532 PROMPT_NONE, 0 },
1533
1534 /* Node in HTREE directory has bad min hash */
1535 { PR_2_HTREE_MIN_HASH,
695706ca 1536 N_("@p @h %d: %B has bad min hash\n"),
8fdc9985
TT
1537 PROMPT_NONE, 0 },
1538
1539 /* Node in HTREE directory has bad max hash */
1540 { PR_2_HTREE_MAX_HASH,
695706ca 1541 N_("@p @h %d: %B has bad max hash\n"),
8fdc9985
TT
1542 PROMPT_NONE, 0 },
1543
1544 /* Clear invalid HTREE directory */
1545 { PR_2_HTREE_CLEAR,
2a604806 1546 N_("@n @h %d (%q). "), PROMPT_CLEAR_HTREE, 0 },
db0691b5 1547
8fdc9985
TT
1548 /* Bad block in htree interior node */
1549 { PR_2_HTREE_BADBLK,
b7a00563 1550 N_("@p @h %d (%q): bad @b number %b.\n"),
503f9e7f 1551 PROMPT_CLEAR_HTREE, 0 },
8fdc9985 1552
0684a4f3
TT
1553 /* Error adjusting EA refcount */
1554 { PR_2_ADJ_EA_REFCOUNT,
7ae1983a 1555 N_("Error adjusting refcount for @a @b %b (@i %i): %m\n"),
0684a4f3
TT
1556 PROMPT_NONE, PR_FATAL },
1557
ea1959f0
TT
1558 /* Invalid HTREE root node */
1559 { PR_2_HTREE_BAD_ROOT,
7ae1983a 1560 N_("@p @h %d: root node is @n\n"),
54779c66 1561 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ea1959f0 1562
ad4fa466
TT
1563 /* Invalid HTREE limit */
1564 { PR_2_HTREE_BAD_LIMIT,
695706ca 1565 N_("@p @h %d: %B has @n limit (%N)\n"),
54779c66 1566 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ad4fa466
TT
1567
1568 /* Invalid HTREE count */
1569 { PR_2_HTREE_BAD_COUNT,
695706ca 1570 N_("@p @h %d: %B has @n count (%N)\n"),
54779c66 1571 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ad4fa466
TT
1572
1573 /* HTREE interior node has out-of-order hashes in table */
1574 { PR_2_HTREE_HASH_ORDER,
695706ca 1575 N_("@p @h %d: %B has an unordered hash table\n"),
54779c66 1576 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ad4fa466 1577
7ae1983a 1578 /* Node in HTREE directory has invalid depth */
ad4fa466 1579 { PR_2_HTREE_BAD_DEPTH,
695706ca 1580 N_("@p @h %d: %B has @n depth (%N)\n"),
ad4fa466 1581 PROMPT_NONE, 0 },
db0691b5 1582
b0700a1b
TT
1583 /* Duplicate directory entry found */
1584 { PR_2_DUPLICATE_DIRENT,
1585 N_("Duplicate @E found. "),
1586 PROMPT_CLEAR, 0 },
db0691b5 1587
b0700a1b 1588 /* Non-unique filename found */
ddc32a04 1589 { PR_2_NON_UNIQUE_FILE, /* xgettext: no-c-format */
b0700a1b
TT
1590 N_("@E has a non-unique filename.\nRename to %s"),
1591 PROMPT_NULL, 0 },
db0691b5 1592
0926668d
TT
1593 /* Duplicate directory entry found */
1594 { PR_2_REPORT_DUP_DIRENT,
1595 N_("Duplicate @e '%Dn' found.\n\tMarking %p (%i) to be rebuilt.\n\n"),
1596 PROMPT_NONE, 0 },
db0691b5 1597
ae33f578 1598 /* i_blocks_hi should be zero */
5d17119d
TT
1599 { PR_2_BLOCKS_HI_ZERO,
1600 N_("i_blocks_hi @F %N, @s zero.\n"),
1601 PROMPT_CLEAR, 0 },
1602
d45edec0
TT
1603 /* Unexpected HTREE block */
1604 { PR_2_UNEXPECTED_HTREE_BLOCK,
1605 N_("Unexpected @b in @h %d (%q).\n"), PROMPT_CLEAR_HTREE, 0 },
db0691b5 1606
49a7360b
JS
1607 /* Inode found in group where _INODE_UNINIT is set */
1608 { PR_2_INOREF_BG_INO_UNINIT,
4758835c 1609 N_("@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"),
49a7360b
JS
1610 PROMPT_FIX, PR_PREEN_OK },
1611
1612 /* Inode found in group unused inodes area */
1613 { PR_2_INOREF_IN_UNUSED,
4758835c 1614 N_("@E references @i %Di found in @g %g's unused inodes area.\n"),
49a7360b
JS
1615 PROMPT_FIX, PR_PREEN_OK },
1616
ae33f578 1617 /* i_blocks_hi should be zero */
911ec626
TT
1618 { PR_2_I_FILE_ACL_HI_ZERO,
1619 N_("i_file_acl_hi @F %N, @s zero.\n"),
b6bb99fe 1620 PROMPT_CLEAR, PR_PREEN_OK },
911ec626 1621
07307114
DW
1622 /* htree root node fails checksum */
1623 { PR_2_HTREE_ROOT_CSUM_INVALID,
5e8fd16e 1624 N_("@p @h %d: root node fails checksum.\n"),
07307114
DW
1625 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
1626
1627 /* htree internal node fails checksum */
1628 { PR_2_HTREE_NODE_CSUM_INVALID,
5e8fd16e 1629 N_("@p @h %d: internal node fails checksum.\n"),
07307114
DW
1630 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
1631
e8548796
DW
1632 /* leaf node has no checksum */
1633 { PR_2_LEAF_NODE_MISSING_CSUM,
5e8fd16e 1634 N_("@d @i %i, %B, offset %N: @d has no checksum.\n"),
e8548796
DW
1635 PROMPT_FIX, PR_PREEN_OK },
1636
1637 /* leaf node passes checks but fails checksum */
1638 { PR_2_LEAF_NODE_ONLY_CSUM_INVALID,
95eca2e9 1639 N_("@d @i %i, %B: @d passes checks but fails checksum.\n"),
e8548796
DW
1640 PROMPT_FIX, PR_PREEN_OK },
1641
52b0c6e6
DW
1642 /* inline directory inode size must be a multiple of 4 */
1643 { PR_2_BAD_INLINE_DIR_SIZE,
1644 N_("Inline @d @i %i size (%N) must be a multiple of 4.\n"),
1645 PROMPT_FIX, 0 },
1646
1647 /* fixing size of inline directory inode failed */
1648 { PR_2_FIX_INLINE_DIR_FAILED,
1649 N_("Fixing size of inline @d @i %i failed.\n"),
1650 PROMPT_TRUNCATE, 0 },
1651
e3dd5c6f
TT
1652 /* Encrypted directory entry is too short */
1653 { PR_2_BAD_ENCRYPTED_NAME,
1654 N_("Encrypted @E is too short.\n"),
1655 PROMPT_CLEAR, 0 },
1656
1b6bf175
TT
1657 /* Pass 3 errors */
1658
1659 /* Pass 3: Checking directory connectivity */
1660 { PR_3_PASS_HEADER,
0c4a0726 1661 N_("Pass 3: Checking @d connectivity\n"),
1b6bf175 1662 PROMPT_NONE, 0 },
db0691b5 1663
21c84b71
TT
1664 /* Root inode not allocated */
1665 { PR_3_NO_ROOT_INODE,
0c4a0726 1666 N_("@r not allocated. "),
db0691b5
TT
1667 PROMPT_ALLOCATE, 0 },
1668
21c84b71
TT
1669 /* No room in lost+found */
1670 { PR_3_EXPAND_LF_DIR,
0c4a0726 1671 N_("No room in @l @d. "),
21c84b71
TT
1672 PROMPT_EXPAND, 0 },
1673
1674 /* Unconnected directory inode */
1675 { PR_3_UNCONNECTED_DIR,
0c4a0726 1676 N_("Unconnected @d @i %i (%p)\n"),
21c84b71
TT
1677 PROMPT_CONNECT, 0 },
1678
1679 /* /lost+found not found */
1680 { PR_3_NO_LF_DIR,
0c4a0726 1681 N_("/@l not found. "),
5a679c8f 1682 PROMPT_CREATE, PR_PREEN_OK },
21c84b71
TT
1683
1684 /* .. entry is incorrect */
1685 { PR_3_BAD_DOT_DOT,
0c4a0726 1686 N_("'..' in %Q (%i) is %P (%j), @s %q (%d).\n"),
21c84b71
TT
1687 PROMPT_FIX, 0 },
1688
1b6bf175
TT
1689 /* Bad or non-existent /lost+found. Cannot reconnect */
1690 { PR_3_NO_LPF,
d007cb4c 1691 N_("Bad or non-existent /@l. Cannot reconnect.\n"),
1b6bf175
TT
1692 PROMPT_NONE, 0 },
1693
1694 /* Could not expand /lost+found */
1695 { PR_3_CANT_EXPAND_LPF,
0c4a0726 1696 N_("Could not expand /@l: %m\n"),
1b6bf175
TT
1697 PROMPT_NONE, 0 },
1698
1699 /* Could not reconnect inode */
1700 { PR_3_CANT_RECONNECT,
0c4a0726 1701 N_("Could not reconnect %i: %m\n"),
1b6bf175
TT
1702 PROMPT_NONE, 0 },
1703
1704 /* Error while trying to find /lost+found */
1705 { PR_3_ERR_FIND_LPF,
0c4a0726 1706 N_("Error while trying to find /@l: %m\n"),
1b6bf175
TT
1707 PROMPT_NONE, 0 },
1708
1709 /* Error in ext2fs_new_block while creating /lost+found */
db0691b5 1710 { PR_3_ERR_LPF_NEW_BLOCK,
0c4a0726 1711 N_("ext2fs_new_@b: %m while trying to create /@l @d\n"),
1b6bf175 1712 PROMPT_NONE, 0 },
db0691b5 1713
1b6bf175
TT
1714 /* Error in ext2fs_new_inode while creating /lost+found */
1715 { PR_3_ERR_LPF_NEW_INODE,
0c4a0726 1716 N_("ext2fs_new_@i: %m while trying to create /@l @d\n"),
1b6bf175
TT
1717 PROMPT_NONE, 0 },
1718
db0691b5 1719 /* Error in ext2fs_new_dir_block while creating /lost+found */
1b6bf175 1720 { PR_3_ERR_LPF_NEW_DIR_BLOCK,
0c4a0726 1721 N_("ext2fs_new_dir_@b: %m while creating new @d @b\n"),
1b6bf175 1722 PROMPT_NONE, 0 },
db0691b5 1723
1b6bf175
TT
1724 /* Error while writing directory block for /lost+found */
1725 { PR_3_ERR_LPF_WRITE_BLOCK,
0c4a0726 1726 N_("ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"),
1b6bf175
TT
1727 PROMPT_NONE, 0 },
1728
1729 /* Error while adjusting inode count */
1730 { PR_3_ADJUST_INODE,
0c4a0726 1731 N_("Error while adjusting @i count on @i %i\n"),
1b6bf175
TT
1732 PROMPT_NONE, 0 },
1733
1734 /* Couldn't fix parent directory -- error */
1735 { PR_3_FIX_PARENT_ERR,
0c4a0726 1736 N_("Couldn't fix parent of @i %i: %m\n\n"),
1b6bf175
TT
1737 PROMPT_NONE, 0 },
1738
db0691b5 1739 /* Couldn't fix parent directory -- couldn't find it */
1b6bf175 1740 { PR_3_FIX_PARENT_NOFIND,
7ae1983a 1741 N_("Couldn't fix parent of @i %i: Couldn't find parent @d @e\n\n"),
1b6bf175
TT
1742 PROMPT_NONE, 0 },
1743
1744 /* Error allocating inode bitmap */
1745 { PR_3_ALLOCATE_IBITMAP_ERROR,
0c4a0726 1746 N_("@A @i @B (%N): %m\n"),
1b6bf175
TT
1747 PROMPT_NONE, PR_FATAL },
1748
1749 /* Error creating root directory */
1750 { PR_3_CREATE_ROOT_ERROR,
0c4a0726 1751 N_("Error creating root @d (%s): %m\n"),
db0691b5 1752 PROMPT_NONE, PR_FATAL },
1b6bf175
TT
1753
1754 /* Error creating lost and found directory */
1755 { PR_3_CREATE_LPF_ERROR,
0c4a0726 1756 N_("Error creating /@l @d (%s): %m\n"),
206d2ade 1757 PROMPT_NONE, 0 },
1b6bf175 1758
f8188fff
TT
1759 /* Root inode is not directory; aborting */
1760 { PR_3_ROOT_NOT_DIR_ABORT,
0c4a0726 1761 N_("@r is not a @d; aborting.\n"),
db0691b5 1762 PROMPT_NONE, PR_FATAL },
f8188fff
TT
1763
1764 /* Cannot proceed without a root inode. */
1765 { PR_3_NO_ROOT_INODE_ABORT,
0c4a0726 1766 N_("Cannot proceed without a @r.\n"),
db0691b5 1767 PROMPT_NONE, PR_FATAL },
f8188fff 1768
7f813ba3
TT
1769 /* Internal error: couldn't find dir_info */
1770 { PR_3_NO_DIRINFO,
0c4a0726 1771 N_("Internal error: couldn't find dir_info for %i.\n"),
7f813ba3
TT
1772 PROMPT_NONE, PR_FATAL },
1773
4a9f5936
TT
1774 /* Lost+found not a directory */
1775 { PR_3_LPF_NOTDIR,
0c4a0726 1776 N_("/@l is not a @d (ino=%i)\n"),
b7a00563
TT
1777 PROMPT_UNLINK, 0 },
1778
9676f3a9
ZL
1779 /* Lost+found has inline data */
1780 { PR_3_LPF_INLINE_DATA,
1781 N_("/@l has inline data\n"),
1782 PROMPT_CLEAR, 0 },
1783
09918967
DW
1784 /* Cannot allocate /lost+found. */
1785 { PR_3_LPF_NO_SPACE,
1786 N_("Cannot allocate space for /@l.\nPlace lost files in root directory instead"),
1787 PROMPT_NULL, 0 },
1788
d5da89e8
DW
1789 /* Delete some files and re-run e2fsck. */
1790 { PR_3_NO_SPACE_TO_RECOVER,
1791 N_("Insufficient space to recover lost files!\nMove data off the @f and re-run e2fsck.\n\n"),
1792 PROMPT_NONE, 0 },
1793
4ecd63d7
TT
1794 /* Lost+found is encrypted */
1795 { PR_3_LPF_ENCRYPTED,
1796 N_("/@l is encrypted\n"),
1797 PROMPT_CLEAR, 0 },
1798
850d05e9 1799 /* Pass 3A Directory Optimization */
b7a00563 1800
850d05e9 1801 /* Pass 3A: Optimizing directories */
b7a00563 1802 { PR_3A_PASS_HEADER,
850d05e9 1803 N_("Pass 3A: Optimizing directories\n"),
b7a00563
TT
1804 PROMPT_NONE, PR_PREEN_NOMSG },
1805
1806 /* Error iterating over directories */
850d05e9 1807 { PR_3A_OPTIMIZE_ITER,
cf9fbccc 1808 N_("Failed to create dirs_to_hash iterator: %m\n"),
b7a00563
TT
1809 PROMPT_NONE, 0 },
1810
1811 /* Error rehash directory */
850d05e9 1812 { PR_3A_OPTIMIZE_DIR_ERR,
cf9fbccc 1813 N_("Failed to optimize directory %q (%d): %m\n"),
b7a00563
TT
1814 PROMPT_NONE, 0 },
1815
1816 /* Rehashing dir header */
850d05e9
TT
1817 { PR_3A_OPTIMIZE_DIR_HEADER,
1818 N_("Optimizing directories: "),
b7a00563
TT
1819 PROMPT_NONE, PR_MSG_ONLY },
1820
1821 /* Rehashing directory %d */
850d05e9 1822 { PR_3A_OPTIMIZE_DIR,
b7a00563 1823 " %d",
850d05e9 1824 PROMPT_NONE, PR_LATCH_OPTIMIZE_DIR | PR_PREEN_NOHDR},
db0691b5
TT
1825
1826 /* Rehashing dir end */
850d05e9 1827 { PR_3A_OPTIMIZE_DIR_END,
b7a00563
TT
1828 "\n",
1829 PROMPT_NONE, PR_PREEN_NOHDR },
4a9f5936 1830
21c84b71 1831 /* Pass 4 errors */
db0691b5 1832
1b6bf175
TT
1833 /* Pass 4: Checking reference counts */
1834 { PR_4_PASS_HEADER,
0c4a0726 1835 N_("Pass 4: Checking reference counts\n"),
1b6bf175 1836 PROMPT_NONE, 0 },
db0691b5 1837
21c84b71
TT
1838 /* Unattached zero-length inode */
1839 { PR_4_ZERO_LEN_INODE,
7ae1983a 1840 N_("@u @z @i %i. "),
21c84b71
TT
1841 PROMPT_CLEAR, PR_PREEN_OK|PR_NO_OK },
1842
1843 /* Unattached inode */
1844 { PR_4_UNATTACHED_INODE,
7ae1983a 1845 N_("@u @i %i\n"),
21c84b71
TT
1846 PROMPT_CONNECT, 0 },
1847
1848 /* Inode ref count wrong */
1849 { PR_4_BAD_REF_COUNT,
0c4a0726 1850 N_("@i %i ref count is %Il, @s %N. "),
21c84b71 1851 PROMPT_FIX, PR_PREEN_OK },
1b6bf175
TT
1852
1853 { PR_4_INCONSISTENT_COUNT,
0c4a0726 1854 N_("WARNING: PROGRAMMING BUG IN E2FSCK!\n"
1b6bf175
TT
1855 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
1856 "@i_link_info[%i] is %N, @i.i_links_count is %Il. "
7ae1983a 1857 "They @s the same!\n"),
1b6bf175
TT
1858 PROMPT_NONE, 0 },
1859
1860 /* Pass 5 errors */
db0691b5 1861
1b6bf175
TT
1862 /* Pass 5: Checking group summary information */
1863 { PR_5_PASS_HEADER,
0c4a0726 1864 N_("Pass 5: Checking @g summary information\n"),
1b6bf175 1865 PROMPT_NONE, 0 },
db0691b5 1866
1b6bf175
TT
1867 /* Padding at end of inode bitmap is not set. */
1868 { PR_5_INODE_BMAP_PADDING,
0c4a0726 1869 N_("Padding at end of @i @B is not set. "),
1b6bf175 1870 PROMPT_FIX, PR_PREEN_OK },
db0691b5 1871
1b6bf175
TT
1872 /* Padding at end of block bitmap is not set. */
1873 { PR_5_BLOCK_BMAP_PADDING,
0c4a0726 1874 N_("Padding at end of @b @B is not set. "),
1b6bf175 1875 PROMPT_FIX, PR_PREEN_OK },
db0691b5 1876
1b6bf175
TT
1877 /* Block bitmap differences header */
1878 { PR_5_BLOCK_BITMAP_HEADER,
0c4a0726 1879 N_("@b @B differences: "),
1b6bf175
TT
1880 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG},
1881
1882 /* Block not used, but marked in bitmap */
f122632e 1883 { PR_5_BLOCK_UNUSED,
1b6bf175
TT
1884 " -%b",
1885 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1886
1b6bf175
TT
1887 /* Block used, but not marked used in bitmap */
1888 { PR_5_BLOCK_USED,
1889 " +%b",
1890 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1891
db0691b5 1892 /* Block bitmap differences end */
1b6bf175
TT
1893 { PR_5_BLOCK_BITMAP_END,
1894 "\n",
1895 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1896
1897 /* Inode bitmap differences header */
1898 { PR_5_INODE_BITMAP_HEADER,
0c4a0726 1899 N_("@i @B differences: "),
1b6bf175
TT
1900 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG },
1901
1902 /* Inode not used, but marked in bitmap */
f122632e 1903 { PR_5_INODE_UNUSED,
1b6bf175
TT
1904 " -%i",
1905 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1906
1b6bf175
TT
1907 /* Inode used, but not marked used in bitmap */
1908 { PR_5_INODE_USED,
1909 " +%i",
1910 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1911
db0691b5 1912 /* Inode bitmap differences end */
1b6bf175
TT
1913 { PR_5_INODE_BITMAP_END,
1914 "\n",
1915 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1916
1917 /* Free inodes count for group wrong */
1918 { PR_5_FREE_INODE_COUNT_GROUP,
0c4a0726 1919 N_("Free @is count wrong for @g #%g (%i, counted=%j).\n"),
1b6bf175
TT
1920 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1921
1922 /* Directories count for group wrong */
1923 { PR_5_FREE_DIR_COUNT_GROUP,
0c4a0726 1924 N_("Directories count wrong for @g #%g (%i, counted=%j).\n"),
1b6bf175
TT
1925 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1926
1927 /* Free inodes count wrong */
1928 { PR_5_FREE_INODE_COUNT,
0c4a0726 1929 N_("Free @is count wrong (%i, counted=%j).\n"),
2788cc87 1930 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK | PR_PREEN_NOMSG },
1b6bf175
TT
1931
1932 /* Free blocks count for group wrong */
1933 { PR_5_FREE_BLOCK_COUNT_GROUP,
0c4a0726 1934 N_("Free @bs count wrong for @g #%g (%b, counted=%c).\n"),
1b6bf175
TT
1935 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1936
1937 /* Free blocks count wrong */
1938 { PR_5_FREE_BLOCK_COUNT,
0c4a0726 1939 N_("Free @bs count wrong (%b, counted=%c).\n"),
2788cc87 1940 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK | PR_PREEN_NOMSG },
1b6bf175
TT
1941
1942 /* Programming error: bitmap endpoints don't match */
1943 { PR_5_BMAP_ENDPOINTS,
0c4a0726
TT
1944 N_("PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't "
1945 "match calculated @B endpoints (%i, %j)\n"),
1b6bf175
TT
1946 PROMPT_NONE, PR_FATAL },
1947
1948 /* Internal error: fudging end of bitmap */
1949 { PR_5_FUDGE_BITMAP_ERROR,
0c4a0726 1950 N_("Internal error: fudging end of bitmap (%N)\n"),
db0691b5 1951 PROMPT_NONE, PR_FATAL },
bbd47d76
TT
1952
1953 /* Error copying in replacement inode bitmap */
1954 { PR_5_COPY_IBITMAP_ERROR,
7ae1983a 1955 N_("Error copying in replacement @i @B: %m\n"),
bbd47d76
TT
1956 PROMPT_NONE, PR_FATAL },
1957
1958 /* Error copying in replacement block bitmap */
1959 { PR_5_COPY_BBITMAP_ERROR,
7ae1983a 1960 N_("Error copying in replacement @b @B: %m\n"),
bbd47d76 1961 PROMPT_NONE, PR_FATAL },
db0691b5 1962
f122632e
TT
1963 /* Block range not used, but marked in bitmap */
1964 { PR_5_BLOCK_RANGE_UNUSED,
1965 " -(%b--%c)",
1966 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1967
f122632e
TT
1968 /* Block range used, but not marked used in bitmap */
1969 { PR_5_BLOCK_RANGE_USED,
1970 " +(%b--%c)",
1971 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1972
1973 /* Inode range not used, but marked in bitmap */
1974 { PR_5_INODE_RANGE_UNUSED,
1975 " -(%i--%j)",
1976 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1977
f122632e
TT
1978 /* Inode range used, but not marked used in bitmap */
1979 { PR_5_INODE_RANGE_USED,
1980 " +(%i--%j)",
1981 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1982
49a7360b
JS
1983 /* Group N block(s) in use but group is marked BLOCK_UNINIT */
1984 { PR_5_BLOCK_UNINIT,
1985 N_("@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"),
1986 PROMPT_FIX, PR_PREEN_OK },
1987
1988 /* Group N inode(s) in use but group is marked INODE_UNINIT */
1989 { PR_5_INODE_UNINIT,
1990 N_("@g %g @i(s) in use but @g is marked INODE_UNINIT\n"),
1991 PROMPT_FIX, PR_PREEN_OK },
1992
11ac780e
DW
1993 /* Group N inode bitmap does not match checksum */
1994 { PR_5_INODE_BITMAP_CSUM_INVALID,
5e8fd16e 1995 N_("@g %g @i @B does not match checksum.\n"),
11ac780e
DW
1996 PROMPT_FIX, PR_LATCH_IBITMAP | PR_PREEN_OK },
1997
da670fe0
DW
1998 /* Group N block bitmap does not match checksum */
1999 { PR_5_BLOCK_BITMAP_CSUM_INVALID,
5e8fd16e 2000 N_("@g %g @b @B does not match checksum.\n"),
da670fe0
DW
2001 PROMPT_FIX, PR_LATCH_BBITMAP | PR_PREEN_OK },
2002
7494cbfd
AD
2003 /* Post-Pass 5 errors */
2004
2005 /* Recreate journal if E2F_FLAG_JOURNAL_INODE flag is set */
2006 { PR_6_RECREATE_JOURNAL,
2007 N_("Recreate @j"),
2008 PROMPT_NULL, PR_PREEN_OK | PR_NO_OK },
2009
7943ccf5
AK
2010 /* Update quota information if it is inconsistent */
2011 { PR_6_UPDATE_QUOTAS,
2012 N_("Update quota info for quota type %N"),
75e862ec 2013 PROMPT_NULL, PR_PREEN_OK },
7943ccf5 2014
115d4b4b
TT
2015 /* Error setting block group checksum info */
2016 { PR_6_SET_BG_CHECKSUM,
2017 N_("Error setting @b @g checksum info: %m\n"),
2018 PROMPT_NULL, PR_FATAL },
2019
2020 /* Error writing file system info */
2021 { PR_6_FLUSH_FILESYSTEM,
2022 N_("Error writing file system info: %m\n"),
2023 PROMPT_NULL, PR_FATAL },
2024
2025 /* Error flushing writes to storage device */
2026 { PR_6_IO_FLUSH,
a4af7efe 2027 N_("Error flushing writes to storage device: %m\n"),
115d4b4b
TT
2028 PROMPT_NULL, PR_FATAL },
2029
a701823a
TT
2030 /* Error writing quota information */
2031 { PR_6_WRITE_QUOTAS,
2032 N_("Error writing quota info for quota type %N: %m\n"),
2033 PROMPT_NULL, 0 },
2034
21c84b71
TT
2035 { 0 }
2036};
2037
2038/*
2039 * This is the latch flags register. It allows several problems to be
2040 * "latched" together. This means that the user has to answer but one
2041 * question for the set of problems, and all of the associated
2042 * problems will be either fixed or not fixed.
2043 */
1b6bf175
TT
2044static struct latch_descr pr_latch_info[] = {
2045 { PR_LATCH_BLOCK, PR_1_INODE_BLOCK_LATCH, 0 },
2046 { PR_LATCH_BBLOCK, PR_1_INODE_BBLOCK_LATCH, 0 },
2047 { PR_LATCH_IBITMAP, PR_5_INODE_BITMAP_HEADER, PR_5_INODE_BITMAP_END },
2048 { PR_LATCH_BBITMAP, PR_5_BLOCK_BITMAP_HEADER, PR_5_BLOCK_BITMAP_END },
2049 { PR_LATCH_RELOC, PR_0_RELOCATE_HINT, 0 },
2050 { PR_LATCH_DBLOCK, PR_1B_DUP_BLOCK_HEADER, PR_1B_DUP_BLOCK_END },
21afac09 2051 { PR_LATCH_LOW_DTIME, PR_1_ORPHAN_LIST_REFUGEES, 0 },
da307041 2052 { PR_LATCH_TOOBIG, PR_1_INODE_TOOBIG, 0 },
850d05e9 2053 { PR_LATCH_OPTIMIZE_DIR, PR_3A_OPTIMIZE_DIR_HEADER, PR_3A_OPTIMIZE_DIR_END },
60139154 2054 { PR_LATCH_BG_CHECKSUM, PR_0_GDT_CSUM_LATCH, 0 },
e228d700 2055 { PR_LATCH_OPTIMIZE_EXT, PR_1E_OPTIMIZE_EXT_HEADER, PR_1E_OPTIMIZE_EXT_END },
1b6bf175 2056 { -1, 0, 0 },
21c84b71 2057};
12aa7ad5 2058#pragma GCC diagnostic pop
21c84b71 2059
8fd98bba 2060static struct e2fsck_problem *find_problem(problem_t code)
21c84b71 2061{
ae33f578 2062 int i;
21c84b71
TT
2063
2064 for (i=0; problem_table[i].e2p_code; i++) {
2065 if (problem_table[i].e2p_code == code)
2066 return &problem_table[i];
2067 }
2068 return 0;
2069}
2070
1b6bf175
TT
2071static struct latch_descr *find_latch(int code)
2072{
2073 int i;
2074
2075 for (i=0; pr_latch_info[i].latch_code >= 0; i++) {
2076 if (pr_latch_info[i].latch_code == code)
2077 return &pr_latch_info[i];
2078 }
2079 return 0;
2080}
2081
2082int end_problem_latch(e2fsck_t ctx, int mask)
2083{
2084 struct latch_descr *ldesc;
2085 struct problem_context pctx;
2086 int answer = -1;
db0691b5 2087
1b6bf175
TT
2088 ldesc = find_latch(mask);
2089 if (ldesc->end_message && (ldesc->flags & PRL_LATCHED)) {
2090 clear_problem_context(&pctx);
2091 answer = fix_problem(ctx, ldesc->end_message, &pctx);
2092 }
2093 ldesc->flags &= ~(PRL_VARIABLE);
2094 return answer;
2095}
2096
2097int set_latch_flags(int mask, int setflags, int clearflags)
21c84b71 2098{
1b6bf175
TT
2099 struct latch_descr *ldesc;
2100
2101 ldesc = find_latch(mask);
2102 if (!ldesc)
2103 return -1;
2104 ldesc->flags |= setflags;
2105 ldesc->flags &= ~clearflags;
2106 return 0;
21c84b71
TT
2107}
2108
1b6bf175 2109int get_latch_flags(int mask, int *value)
21c84b71 2110{
1b6bf175
TT
2111 struct latch_descr *ldesc;
2112
2113 ldesc = find_latch(mask);
2114 if (!ldesc)
2115 return -1;
2116 *value = ldesc->flags;
2117 return 0;
21c84b71
TT
2118}
2119
2120void clear_problem_context(struct problem_context *ctx)
2121{
2122 memset(ctx, 0, sizeof(struct problem_context));
2123 ctx->blkcount = -1;
2124 ctx->group = -1;
2125}
2126
db0691b5 2127static void reconfigure_bool(e2fsck_t ctx, struct e2fsck_problem *ptr,
8fd98bba
TT
2128 const char *key, int mask, const char *name)
2129{
2d2abcc6 2130 int val;
8fd98bba 2131
2d2abcc6
AD
2132 val = (ptr->flags & mask);
2133 profile_get_boolean(ctx->profile, "problems", key, name, val, &val);
2134 if (val)
8fd98bba
TT
2135 ptr->flags |= mask;
2136 else
2137 ptr->flags &= ~mask;
2138}
2139
2140
1b6bf175 2141int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx)
21c84b71 2142{
1b6bf175 2143 ext2_filsys fs = ctx->fs;
8fd98bba 2144 struct e2fsck_problem *ptr;
1b6bf175
TT
2145 struct latch_descr *ldesc = 0;
2146 const char *message;
177839e2 2147 int def_yn, answer, ans;
21c84b71
TT
2148 int print_answer = 0;
2149 int suppress = 0;
2150
2151 ptr = find_problem(code);
2152 if (!ptr) {
f122632e 2153 printf(_("Unhandled error code (0x%x)!\n"), code);
21c84b71
TT
2154 return 0;
2155 }
8fd98bba 2156 if (!(ptr->flags & PR_CONFIG)) {
00eb0eee 2157 char key[9], *new_desc = NULL;
8fd98bba
TT
2158
2159 sprintf(key, "0x%06x", code);
2160
2161 profile_get_string(ctx->profile, "problems", key,
2162 "description", 0, &new_desc);
2163 if (new_desc)
2164 ptr->e2p_description = new_desc;
2165
2166 reconfigure_bool(ctx, ptr, key, PR_PREEN_OK, "preen_ok");
2167 reconfigure_bool(ctx, ptr, key, PR_NO_OK, "no_ok");
2168 reconfigure_bool(ctx, ptr, key, PR_NO_DEFAULT, "no_default");
2169 reconfigure_bool(ctx, ptr, key, PR_MSG_ONLY, "print_message_only");
2170 reconfigure_bool(ctx, ptr, key, PR_PREEN_NOMSG, "preen_nomessage");
2171 reconfigure_bool(ctx, ptr, key, PR_NOCOLLATE, "no_collate");
2172 reconfigure_bool(ctx, ptr, key, PR_NO_NOMSG, "no_nomsg");
2173 reconfigure_bool(ctx, ptr, key, PR_PREEN_NOHDR, "preen_noheader");
75990388 2174 reconfigure_bool(ctx, ptr, key, PR_FORCE_NO, "force_no");
bf9f3b6d 2175 reconfigure_bool(ctx, ptr, key, PR_NOT_A_FIX, "not_a_fix");
d2594cc8
TT
2176 profile_get_integer(ctx->profile, "options",
2177 "max_count_problems", 0, 0,
2178 &ptr->max_count);
def8da38
TT
2179 profile_get_integer(ctx->profile, "problems", key, "max_count",
2180 ptr->max_count, &ptr->max_count);
8fd98bba
TT
2181
2182 ptr->flags |= PR_CONFIG;
2183 }
aa4115a4 2184 def_yn = 1;
def8da38 2185 ptr->count++;
a846d2f4
TT
2186 if ((ptr->flags & PR_NO_DEFAULT) ||
2187 ((ptr->flags & PR_PREEN_NO) && (ctx->options & E2F_OPT_PREEN)) ||
2188 (ctx->options & E2F_OPT_NO))
aa4115a4 2189 def_yn= 0;
21c84b71
TT
2190
2191 /*
2192 * Do special latch processing. This is where we ask the
2193 * latch question, if it exists
2194 */
2195 if (ptr->flags & PR_LATCH_MASK) {
1b6bf175
TT
2196 ldesc = find_latch(ptr->flags & PR_LATCH_MASK);
2197 if (ldesc->question && !(ldesc->flags & PRL_LATCHED)) {
2198 ans = fix_problem(ctx, ldesc->question, pctx);
2199 if (ans == 1)
2200 ldesc->flags |= PRL_YES;
2201 if (ans == 0)
2202 ldesc->flags |= PRL_NO;
2203 ldesc->flags |= PRL_LATCHED;
2204 }
2205 if (ldesc->flags & PRL_SUPPRESS)
21c84b71
TT
2206 suppress++;
2207 }
1b6bf175
TT
2208 if ((ptr->flags & PR_PREEN_NOMSG) &&
2209 (ctx->options & E2F_OPT_PREEN))
2210 suppress++;
aa4115a4 2211 if ((ptr->flags & PR_NO_NOMSG) &&
75990388 2212 ((ctx->options & E2F_OPT_NO) || (ptr->flags & PR_FORCE_NO)))
aa4115a4 2213 suppress++;
def8da38
TT
2214 if (ptr->max_count && (ptr->count > ptr->max_count)) {
2215 if (ctx->options & (E2F_OPT_NO | E2F_OPT_YES))
2216 suppress++;
2217 if ((ctx->options & E2F_OPT_PREEN) &&
2218 (ptr->flags & PR_PREEN_OK))
2219 suppress++;
2220 if ((ptr->flags & PR_LATCH_MASK) &&
2221 (ldesc->flags & (PRL_YES | PRL_NO)))
2222 suppress++;
905ac349
TT
2223 if (ptr->count == ptr->max_count + 1) {
2224 printf("...problem 0x%06x suppressed\n",
2225 ptr->e2p_code);
2226 fflush(stdout);
2227 }
def8da38 2228 }
b0e91c89
TT
2229 message = ptr->e2p_description;
2230 if (*message)
2231 message = _(message);
21c84b71 2232 if (!suppress) {
b7a00563
TT
2233 if ((ctx->options & E2F_OPT_PREEN) &&
2234 !(ptr->flags & PR_PREEN_NOHDR)) {
6a50c5ed
TT
2235 printf("%s: ", ctx->device_name ?
2236 ctx->device_name : ctx->filesystem_name);
1b6bf175 2237 }
489f0024 2238 if (*message)
b0e91c89 2239 print_e2fsck_message(stdout, ctx, message, pctx, 1, 0);
21c84b71 2240 }
b0e91c89
TT
2241 if (ctx->logf && message)
2242 print_e2fsck_message(ctx->logf, ctx, message, pctx, 1, 0);
1b6bf175
TT
2243 if (!(ptr->flags & PR_PREEN_OK) && (ptr->prompt != PROMPT_NONE))
2244 preenhalt(ctx);
21c84b71 2245
1b6bf175 2246 if (ptr->flags & PR_FATAL)
f8188fff 2247 fatal_error(ctx, 0);
1b6bf175
TT
2248
2249 if (ptr->prompt == PROMPT_NONE) {
2250 if (ptr->flags & PR_NOCOLLATE)
2251 answer = -1;
21c84b71 2252 else
1b6bf175
TT
2253 answer = def_yn;
2254 } else {
75990388
TT
2255 if (ptr->flags & PR_FORCE_NO) {
2256 answer = 0;
b0e91c89 2257 print_answer = 1;
75990388 2258 } else if (ctx->options & E2F_OPT_PREEN) {
1b6bf175
TT
2259 answer = def_yn;
2260 if (!(ptr->flags & PR_PREEN_NOMSG))
2261 print_answer = 1;
2262 } else if ((ptr->flags & PR_LATCH_MASK) &&
2263 (ldesc->flags & (PRL_YES | PRL_NO))) {
b0e91c89 2264 print_answer = 1;
1b6bf175
TT
2265 if (ldesc->flags & PRL_YES)
2266 answer = 1;
2267 else
2268 answer = 0;
2269 } else
4efd17cc
TT
2270 answer = ask(ctx, (ptr->prompt == PROMPT_NULL) ? "" :
2271 _(prompt[(int) ptr->prompt]), def_yn);
1b6bf175
TT
2272 if (!answer && !(ptr->flags & PR_NO_OK))
2273 ext2fs_unmark_valid(fs);
db0691b5 2274
b0e91c89
TT
2275 if (print_answer) {
2276 if (!suppress)
2277 printf("%s.\n", answer ?
2278 _(preen_msg[(int) ptr->prompt]) :
2279 _("IGNORED"));
2280 if (ctx->logf)
2281 fprintf(ctx->logf, "%s.\n", answer ?
2282 _(preen_msg[(int) ptr->prompt]) :
2283 _("IGNORED"));
2284 }
1b6bf175
TT
2285 }
2286
f8188fff
TT
2287 if ((ptr->prompt == PROMPT_ABORT) && answer)
2288 fatal_error(ctx, 0);
1b6bf175 2289
3b5386dc
TT
2290 if (ptr->flags & PR_AFTER_CODE)
2291 answer = fix_problem(ctx, ptr->second_code, pctx);
2292
bf9f3b6d
TT
2293 if (answer && (ptr->prompt != PROMPT_NONE) &&
2294 !(ptr->flags & PR_NOT_A_FIX))
7664c753
TT
2295 ctx->flags |= E2F_FLAG_PROBLEMS_FIXED;
2296
21c84b71
TT
2297 return answer;
2298}
7494cbfd
AD
2299
2300#ifdef UNITTEST
2301
2302#include <stdlib.h>
2303#include <stdio.h>
2304
2305errcode_t
2306profile_get_boolean(profile_t profile, const char *name, const char *subname,
2307 const char *subsubname, int def_val, int *ret_boolean)
2308{
2309 return 0;
2310}
2311
def8da38
TT
2312errcode_t
2313profile_get_integer(profile_t profile, const char *name, const char *subname,
2314 const char *subsubname, int def_val, int *ret_int)
2315{
2316 return 0;
2317}
2318
b0e91c89 2319void print_e2fsck_message(FILE *f, e2fsck_t ctx, const char *msg,
7494cbfd
AD
2320 struct problem_context *pctx, int first,
2321 int recurse)
2322{
2323 return;
2324}
2325
2326void fatal_error(e2fsck_t ctx, const char *msg)
2327{
2328 return;
2329}
2330
2331void preenhalt(e2fsck_t ctx)
2332{
2333 return;
2334}
2335
2336errcode_t
2337profile_get_string(profile_t profile, const char *name, const char *subname,
2338 const char *subsubname, const char *def_val,
2339 char **ret_string)
2340{
2341 return 0;
2342}
2343
2344int ask (e2fsck_t ctx, const char * string, int def)
2345{
2346 return 0;
2347}
2348
2349int verify_problem_table(e2fsck_t ctx)
2350{
2351 struct e2fsck_problem *curr, *prev = NULL;
2352 int rc = 0;
2353
2354 for (prev = NULL, curr = problem_table; curr->e2p_code; prev = curr++) {
2355 if (prev == NULL)
2356 continue;
2357
2358 if (curr->e2p_code > prev->e2p_code)
2359 continue;
2360
2361 if (curr->e2p_code == prev->e2p_code)
2362 fprintf(stderr, "*** Duplicate in problem table:\n");
2363 else
2364 fprintf(stderr, "*** Unordered problem table:\n");
2365
2366 fprintf(stderr, "curr code = 0x%08x: %s\n",
2367 curr->e2p_code, curr->e2p_description);
2368 fprintf(stderr, "*** prev code = 0x%08x: %s\n",
2369 prev->e2p_code, prev->e2p_description);
2370
2371 fprintf(stderr, "*** This is a %sprogramming error in e2fsck\n",
2372 (curr->e2p_code == prev->e2p_code) ? "fatal " : "");
2373
2374 rc = 1;
2375 }
2376
2377 return rc;
2378}
2379
2380int main(int argc, char *argv[])
2381{
2382 e2fsck_t ctx;
2383 int rc;
2384
6b56f3d9 2385 memset(&ctx, 0, sizeof(ctx)); /* just to quiet compiler */
7494cbfd
AD
2386 rc = verify_problem_table(ctx);
2387 if (rc == 0)
2388 printf("e2fsck problem table verified\n");
2389
2390 return rc;
2391}
2392#endif /* UNITTEST */