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