2 * problem.h --- e2fsck problem error codes
4 * Copyright 1996 by Theodore Ts'o
7 * This file may be redistributed under the terms of the GNU Public
12 typedef __u32 problem_t;
14 struct problem_context {
16 ext2_ino_t ino, ino2, dir;
17 struct ext2_inode *inode;
18 struct ext2_dir_entry *dirent;
28 * We define a set of "latch groups"; these are problems which are
29 * handled as a set. The user answers once for a particular latch
32 #define PR_LATCH_MASK 0x0ff0 /* Latch mask */
33 #define PR_LATCH_BLOCK 0x0010 /* Latch for illegal blocks (pass 1) */
34 #define PR_LATCH_BBLOCK 0x0020 /* Latch for bad block inode blocks (pass 1) */
35 #define PR_LATCH_IBITMAP 0x0030 /* Latch for pass 5 inode bitmap proc. */
36 #define PR_LATCH_BBITMAP 0x0040 /* Latch for pass 5 inode bitmap proc. */
37 #define PR_LATCH_RELOC 0x0050 /* Latch for superblock relocate hint */
38 #define PR_LATCH_DBLOCK 0x0060 /* Latch for pass 1b dup block headers */
39 #define PR_LATCH_LOW_DTIME 0x0070 /* Latch for pass1 orphaned list refugees */
40 #define PR_LATCH_TOOBIG 0x0080 /* Latch for file to big errors */
41 #define PR_LATCH_OPTIMIZE_DIR 0x0090 /* Latch for optimize directories */
42 #define PR_LATCH_BG_CHECKSUM 0x00A0 /* Latch for block group checksums */
44 #define PR_LATCH(x) ((((x) & PR_LATCH_MASK) >> 4) - 1)
47 * Latch group descriptor flags
49 #define PRL_YES 0x0001 /* Answer yes */
50 #define PRL_NO 0x0002 /* Answer no */
51 #define PRL_LATCHED 0x0004 /* The latch group is latched */
52 #define PRL_SUPPRESS 0x0008 /* Suppress all latch group questions */
54 #define PRL_VARIABLE 0x000f /* All the flags that need to be reset */
60 /* Block bitmap not in group */
61 #define PR_0_BB_NOT_GROUP 0x000001
63 /* Inode bitmap not in group */
64 #define PR_0_IB_NOT_GROUP 0x000002
66 /* Inode table not in group */
67 #define PR_0_ITABLE_NOT_GROUP 0x000003
69 /* Superblock corrupt */
70 #define PR_0_SB_CORRUPT 0x000004
72 /* Filesystem size is wrong */
73 #define PR_0_FS_SIZE_WRONG 0x000005
75 /* Fragments not supported */
76 #define PR_0_NO_FRAGMENTS 0x000006
78 /* Bad blocks_per_group */
79 #define PR_0_BLOCKS_PER_GROUP 0x000007
81 /* Bad first_data_block */
82 #define PR_0_FIRST_DATA_BLOCK 0x000008
84 /* Adding UUID to filesystem */
85 #define PR_0_ADD_UUID 0x000009
88 #define PR_0_RELOCATE_HINT 0x00000A
90 /* Miscellaneous superblock corruption */
91 #define PR_0_MISC_CORRUPT_SUPER 0x00000B
93 /* Error determing physical device size of filesystem */
94 #define PR_0_GETSIZE_ERROR 0x00000C
96 /* Inode count in the superblock incorrect */
97 #define PR_0_INODE_COUNT_WRONG 0x00000D
99 /* The Hurd does not support the filetype feature */
100 #define PR_0_HURD_CLEAR_FILETYPE 0x00000E
102 /* Journal inode is invalid */
103 #define PR_0_JOURNAL_BAD_INODE 0x00000F
105 /* The external journal has multiple filesystems (which we can't handle yet) */
106 #define PR_0_JOURNAL_UNSUPP_MULTIFS 0x000010
108 /* Can't find external journal */
109 #define PR_0_CANT_FIND_JOURNAL 0x000011
111 /* External journal has bad superblock */
112 #define PR_0_EXT_JOURNAL_BAD_SUPER 0x000012
114 /* Superblock has a bad journal UUID */
115 #define PR_0_JOURNAL_BAD_UUID 0x000013
117 /* Journal has an unknown superblock type */
118 #define PR_0_JOURNAL_UNSUPP_SUPER 0x000014
120 /* Journal superblock is corrupt */
121 #define PR_0_JOURNAL_BAD_SUPER 0x000015
123 /* Journal superblock is corrupt */
124 #define PR_0_JOURNAL_HAS_JOURNAL 0x000016
126 /* Superblock has recovery flag set but no journal */
127 #define PR_0_JOURNAL_RECOVER_SET 0x000017
129 /* Journal has data, but recovery flag is clear */
130 #define PR_0_JOURNAL_RECOVERY_CLEAR 0x000018
132 /* Ask if we should clear the journal */
133 #define PR_0_JOURNAL_RESET_JOURNAL 0x000019
135 /* Filesystem revision is 0, but feature flags are set */
136 #define PR_0_FS_REV_LEVEL 0x00001A
138 /* Clearing orphan inode */
139 #define PR_0_ORPHAN_CLEAR_INODE 0x000020
141 /* Illegal block found in orphaned inode */
142 #define PR_0_ORPHAN_ILLEGAL_BLOCK_NUM 0x000021
144 /* Already cleared block found in orphaned inode */
145 #define PR_0_ORPHAN_ALREADY_CLEARED_BLOCK 0x000022
147 /* Illegal orphan inode in superblock */
148 #define PR_0_ORPHAN_ILLEGAL_HEAD_INODE 0x000023
150 /* Illegal inode in orphaned inode list */
151 #define PR_0_ORPHAN_ILLEGAL_INODE 0x000024
153 /* Journal has unsupported read-only feature - abort */
154 #define PR_0_JOURNAL_UNSUPP_ROCOMPAT 0x000025
156 /* Journal has unsupported incompatible feature - abort */
157 #define PR_0_JOURNAL_UNSUPP_INCOMPAT 0x000026
159 /* Journal has unsupported version number */
160 #define PR_0_JOURNAL_UNSUPP_VERSION 0x000027
162 /* Moving journal to hidden file */
163 #define PR_0_MOVE_JOURNAL 0x000028
165 /* Error moving journal */
166 #define PR_0_ERR_MOVE_JOURNAL 0x000029
168 /* Clearing V2 journal superblock */
169 #define PR_0_CLEAR_V2_JOURNAL 0x00002A
171 /* Run journal anyway */
172 #define PR_0_JOURNAL_RUN 0x00002B
174 /* Run journal anyway by default */
175 #define PR_0_JOURNAL_RUN_DEFAULT 0x00002C
177 /* Backup journal inode blocks */
178 #define PR_0_BACKUP_JNL 0x00002D
180 /* Reserved blocks w/o resize_inode */
181 #define PR_0_NONZERO_RESERVED_GDT_BLOCKS 0x00002E
183 /* Resize_inode not enabled, but resize inode is non-zero */
184 #define PR_0_CLEAR_RESIZE_INODE 0x00002F
186 /* Resize inode invalid */
187 #define PR_0_RESIZE_INODE_INVALID 0x000030
189 /* Last mount time is in the future */
190 #define PR_0_FUTURE_SB_LAST_MOUNT 0x000031
192 /* Last write time is in the future */
193 #define PR_0_FUTURE_SB_LAST_WRITE 0x000032
195 /* Superblock hint for external journal incorrect */
196 #define PR_0_EXTERNAL_JOURNAL_HINT 0x000033
198 /* Superblock hint for external journal incorrect */
199 #define PR_0_DIRHASH_HINT 0x000034
201 /* Group descriptor N checksum is invalid */
202 #define PR_0_GDT_CSUM 0x000035
204 /* Group descriptor N marked uninitialized without feature set. */
205 #define PR_0_GDT_UNINIT 0x000036
207 /* Block bitmap is not initialised and Inode bitmap is -- NO LONGER USED */
208 /* #define PR_0_BB_UNINIT_IB_INIT 0x000037 */
210 /* Group descriptor N has invalid unused inodes count. */
211 #define PR_0_GDT_ITABLE_UNUSED 0x000038
213 /* Last group block bitmap is uninitialized. */
214 #define PR_0_BB_UNINIT_LAST 0x000039
216 /* Journal transaction found corrupt */
217 #define PR_0_JNL_TXN_CORRUPT 0x00003A
219 /* The test_fs filesystem flag is set and ext4 is available */
220 #define PR_0_CLEAR_TESTFS_FLAG 0x00003B
222 /* Last mount time is in the future (fudged) */
223 #define PR_0_FUTURE_SB_LAST_MOUNT_FUDGED 0x00003C
225 /* Last write time is in the future (fudged) */
226 #define PR_0_FUTURE_SB_LAST_WRITE_FUDGED 0x00003D
228 /* Block group checksum (latch question) */
229 #define PR_0_GDT_CSUM_LATCH 0x00003E
231 /* Free inodes count wrong */
232 #define PR_0_FREE_INODE_COUNT 0x00003F
234 /* Free blocks count wrong */
235 #define PR_0_FREE_BLOCK_COUNT 0x000040
237 /* Make quota file hidden */
238 #define PR_0_HIDE_QUOTA 0x000041
240 /* Superblock has invalid MMP block. */
241 #define PR_0_MMP_INVALID_BLK 0x000042
243 /* Superblock has invalid MMP magic. */
244 #define PR_0_MMP_INVALID_MAGIC 0x000043
246 /* Opening file system failed */
247 #define PR_0_OPEN_FAILED 0x000044
249 /* Checking group descriptor failed */
250 #define PR_0_CHECK_DESC_FAILED 0x000045
252 /* 64bit is set but extents are not set. */
253 #define PR_0_64BIT_WITHOUT_EXTENTS 0x000048
255 /* The first_meta_bg is too big */
256 #define PR_0_FIRST_META_BG_TOO_BIG 0x000049
258 /* Invalid s_min_extra_isize */
259 #define PR_0_MIN_EXTRA_ISIZE_INVALID 0x000050
261 /* Invalid s_want_extra_isize */
262 #define PR_0_WANT_EXTRA_ISIZE_INVALID 0x000051
264 /* Clear EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE flag */
265 #define PR_0_CLEAR_EXTRA_ISIZE 0x000052
271 /* Pass 1: Checking inodes, blocks, and sizes */
272 #define PR_1_PASS_HEADER 0x010000
274 /* Root directory is not an inode */
275 #define PR_1_ROOT_NO_DIR 0x010001
277 /* Root directory has dtime set */
278 #define PR_1_ROOT_DTIME 0x010002
280 /* Reserved inode has bad mode */
281 #define PR_1_RESERVED_BAD_MODE 0x010003
283 /* Deleted inode has zero dtime */
284 #define PR_1_ZERO_DTIME 0x010004
286 /* Inode in use, but dtime set */
287 #define PR_1_SET_DTIME 0x010005
289 /* Zero-length directory */
290 #define PR_1_ZERO_LENGTH_DIR 0x010006
292 /* Block bitmap conflicts with some other fs block */
293 #define PR_1_BB_CONFLICT 0x010007
295 /* Inode bitmap conflicts with some other fs block */
296 #define PR_1_IB_CONFLICT 0x010008
298 /* Inode table conflicts with some other fs block */
299 #define PR_1_ITABLE_CONFLICT 0x010009
301 /* Block bitmap is on a bad block */
302 #define PR_1_BB_BAD_BLOCK 0x01000A
304 /* Inode bitmap is on a bad block */
305 #define PR_1_IB_BAD_BLOCK 0x01000B
307 /* Inode has incorrect i_size */
308 #define PR_1_BAD_I_SIZE 0x01000C
310 /* Inode has incorrect i_blocks */
311 #define PR_1_BAD_I_BLOCKS 0x01000D
313 /* Illegal block number in inode */
314 #define PR_1_ILLEGAL_BLOCK_NUM 0x01000E
316 /* Block number overlaps fs metadata */
317 #define PR_1_BLOCK_OVERLAPS_METADATA 0x01000F
319 /* Inode has illegal blocks (latch question) */
320 #define PR_1_INODE_BLOCK_LATCH 0x010010
322 /* Too many bad blocks in inode */
323 #define PR_1_TOO_MANY_BAD_BLOCKS 0x010011
325 /* Illegal block number in bad block inode */
326 #define PR_1_BB_ILLEGAL_BLOCK_NUM 0x010012
328 /* Bad block inode has illegal blocks (latch question) */
329 #define PR_1_INODE_BBLOCK_LATCH 0x010013
331 /* Duplicate or bad blocks in use! */
332 #define PR_1_DUP_BLOCKS_PREENSTOP 0x010014
334 /* Bad block used as bad block indirect block */
335 #define PR_1_BBINODE_BAD_METABLOCK 0x010015
337 /* Inconsistency can't be fixed prompt */
338 #define PR_1_BBINODE_BAD_METABLOCK_PROMPT 0x010016
340 /* Bad primary block */
341 #define PR_1_BAD_PRIMARY_BLOCK 0x010017
343 /* Bad primary block prompt */
344 #define PR_1_BAD_PRIMARY_BLOCK_PROMPT 0x010018
346 /* Bad primary superblock */
347 #define PR_1_BAD_PRIMARY_SUPERBLOCK 0x010019
349 /* Bad primary block group descriptors */
350 #define PR_1_BAD_PRIMARY_GROUP_DESCRIPTOR 0x01001A
352 /* Bad superblock in group */
353 #define PR_1_BAD_SUPERBLOCK 0x01001B
355 /* Bad block group descriptors in group */
356 #define PR_1_BAD_GROUP_DESCRIPTORS 0x01001C
358 /* Block claimed for no reason */
359 #define PR_1_PROGERR_CLAIMED_BLOCK 0x01001D
361 /* Error allocating blocks for relocating metadata */
362 #define PR_1_RELOC_BLOCK_ALLOCATE 0x01001E
364 /* Error allocating block buffer during relocation process */
365 #define PR_1_RELOC_MEMORY_ALLOCATE 0x01001F
367 /* Relocating metadata group information from X to Y */
368 #define PR_1_RELOC_FROM_TO 0x010020
370 /* Relocating metatdata group information to X */
371 #define PR_1_RELOC_TO 0x010021
373 /* Block read error during relocation process */
374 #define PR_1_RELOC_READ_ERR 0x010022
376 /* Block write error during relocation process */
377 #define PR_1_RELOC_WRITE_ERR 0x010023
379 /* Error allocating inode bitmap */
380 #define PR_1_ALLOCATE_IBITMAP_ERROR 0x010024
382 /* Error allocating block bitmap */
383 #define PR_1_ALLOCATE_BBITMAP_ERROR 0x010025
385 /* Error allocating icount structure */
386 #define PR_1_ALLOCATE_ICOUNT 0x010026
388 /* Error allocating dbcount */
389 #define PR_1_ALLOCATE_DBCOUNT 0x010027
391 /* Error while scanning inodes */
392 #define PR_1_ISCAN_ERROR 0x010028
394 /* Error while iterating over blocks */
395 #define PR_1_BLOCK_ITERATE 0x010029
397 /* Error while storing inode count information */
398 #define PR_1_ICOUNT_STORE 0x01002A
400 /* Error while storing directory block information */
401 #define PR_1_ADD_DBLOCK 0x01002B
403 /* Error while reading inode (for clearing) */
404 #define PR_1_READ_INODE 0x01002C
406 /* Suppress messages prompt */
407 #define PR_1_SUPPRESS_MESSAGES 0x01002D
409 /* Imagic flag set on an inode when filesystem doesn't support it */
410 #define PR_1_SET_IMAGIC 0x01002F
412 /* Immutable flag set on a device or socket inode */
413 #define PR_1_SET_IMMUTABLE 0x010030
415 /* Compression flag set on a non-compressed filesystem */
416 #define PR_1_COMPR_SET 0x010031
418 /* Non-zero size on on device, fifo or socket inode */
419 #define PR_1_SET_NONZSIZE 0x010032
421 /* Filesystem revision is 0, but feature flags are set */
422 #define PR_1_FS_REV_LEVEL 0x010033
424 /* Journal inode not in use, needs clearing */
425 #define PR_1_JOURNAL_INODE_NOT_CLEAR 0x010034
427 /* Journal inode has wrong mode */
428 #define PR_1_JOURNAL_BAD_MODE 0x010035
430 /* Inode that was part of orphan linked list */
431 #define PR_1_LOW_DTIME 0x010036
433 /* Latch question which asks how to deal with low dtime inodes */
434 #define PR_1_ORPHAN_LIST_REFUGEES 0x010037
436 /* Error allocating refcount structure */
437 #define PR_1_ALLOCATE_REFCOUNT 0x010038
439 /* Error reading Extended Attribute block */
440 #define PR_1_READ_EA_BLOCK 0x010039
442 /* Invalid Extended Attribute block */
443 #define PR_1_BAD_EA_BLOCK 0x01003A
445 /* Error reading Extended Attribute block while fixing refcount -- abort */
446 #define PR_1_EXTATTR_READ_ABORT 0x01003B
448 /* Extended attribute reference count incorrect */
449 #define PR_1_EXTATTR_REFCOUNT 0x01003C
451 /* Error writing Extended Attribute block while fixing refcount */
452 #define PR_1_EXTATTR_WRITE_ABORT 0x01003D
454 /* Multiple EA blocks not supported */
455 #define PR_1_EA_MULTI_BLOCK 0x01003E
457 /* Error allocating EA region allocation structure */
458 #define PR_1_EA_ALLOC_REGION_ABORT 0x01003F
460 /* Error EA allocation collision */
461 #define PR_1_EA_ALLOC_COLLISION 0x010040
463 /* Bad extended attribute name */
464 #define PR_1_EA_BAD_NAME 0x010041
466 /* Bad extended attribute value */
467 #define PR_1_EA_BAD_VALUE 0x010042
469 /* Inode too big (latch question) */
470 #define PR_1_INODE_TOOBIG 0x010043
472 /* Directory too big */
473 #define PR_1_TOOBIG_DIR 0x010044
475 /* Regular file too big */
476 #define PR_1_TOOBIG_REG 0x010045
478 /* Symlink too big */
479 #define PR_1_TOOBIG_SYMLINK 0x010046
481 /* INDEX_FL flag set on a non-HTREE filesystem */
482 #define PR_1_HTREE_SET 0x010047
484 /* INDEX_FL flag set on a non-directory */
485 #define PR_1_HTREE_NODIR 0x010048
487 /* Invalid root node in HTREE directory */
488 #define PR_1_HTREE_BADROOT 0x010049
490 /* Unsupported hash version in HTREE directory */
491 #define PR_1_HTREE_HASHV 0x01004A
493 /* Incompatible flag in HTREE root node */
494 #define PR_1_HTREE_INCOMPAT 0x01004B
497 #define PR_1_HTREE_DEPTH 0x01004C
499 /* Bad block has indirect block that conflicts with filesystem block */
500 #define PR_1_BB_FS_BLOCK 0x01004D
502 /* Resize inode failed */
503 #define PR_1_RESIZE_INODE_CREATE 0x01004E
505 /* inode->i_size is too long */
506 #define PR_1_EXTRA_ISIZE 0x01004F
508 /* attribute name is too long */
509 #define PR_1_ATTR_NAME_LEN 0x010050
511 /* wrong EA value offset */
512 #define PR_1_ATTR_VALUE_OFFSET 0x010051
514 /* wrong EA blocknumber */
515 #define PR_1_ATTR_VALUE_BLOCK 0x010052
517 /* wrong EA value size */
518 #define PR_1_ATTR_VALUE_SIZE 0x010053
520 /* wrong EA hash value */
521 #define PR_1_ATTR_HASH 0x010054
523 /* inode appears to be a directory */
524 #define PR_1_TREAT_AS_DIRECTORY 0x010055
526 /* Error while reading extent tree */
527 #define PR_1_READ_EXTENT 0x010056
529 /* Failure to iterate extents */
530 #define PR_1_EXTENT_ITERATE_FAILURE 0x010057
532 /* Bad starting block in extent */
533 #define PR_1_EXTENT_BAD_START_BLK 0x010058
535 /* Extent ends beyond filesystem */
536 #define PR_1_EXTENT_ENDS_BEYOND 0x010059
538 /* EXTENTS_FL flag set on a non-extents capable filesystem */
539 #define PR_1_EXTENTS_SET 0x01005A
541 /* inode has extents, superblock missing INCOMPAT_EXTENTS feature */
542 #define PR_1_EXTENT_FEATURE 0x01005B
544 /* inode missing EXTENTS_FL, but is an extent inode */
545 #define PR_1_UNSET_EXTENT_FL 0x01005C
547 /* Fast symlink has EXTENTS_FL set */
548 #define PR_1_FAST_SYMLINK_EXTENT_FL 0x01005D
550 /* Extents are out of order */
551 #define PR_1_OUT_OF_ORDER_EXTENTS 0x01005E
553 /* Extent node header invalid */
554 #define PR_1_EXTENT_HEADER_INVALID 0x01005F
556 /* PR_1_EOFBLOCKS_FL_SET 0x010060 was here */
558 /* Failed to convert subcluster bitmap */
559 #define PR_1_CONVERT_SUBCLUSTER 0x010061
561 /* Quota inode has wrong mode */
562 #define PR_1_QUOTA_BAD_MODE 0x010062
564 /* Quota inode is not in use, but contains data */
565 #define PR_1_QUOTA_INODE_NOT_CLEAR 0x010063
567 /* Quota inode is user visible */
568 #define PR_1_QUOTA_INODE_NOT_HIDDEN 0x010064
570 /* Invalid bad inode */
571 #define PR_1_INVALID_BAD_INODE 0x010065
573 /* Extent has zero length */
574 #define PR_1_EXTENT_LENGTH_ZERO 0x010066
576 /* Index start doesn't match start of next extent down */
577 #define PR_1_EXTENT_INDEX_START_INVALID 0x01006D
579 #define PR_1_EXTENT_END_OUT_OF_BOUNDS 0x01006E
581 /* Inode has inline data, but superblock is missing INLINE_DATA feature. */
582 #define PR_1_INLINE_DATA_FEATURE 0x01006F
584 /* INLINE_DATA feature is set in a non-inline-data filesystem */
585 #define PR_1_INLINE_DATA_SET 0x010070
587 /* file metadata collides with critical metadata */
588 #define PR_1_CRITICAL_METADATA_COLLISION 0x010071
590 /* Directory inode has a missing block (hole) */
591 #define PR_1_COLLAPSE_DBLOCK 0x010072
593 /* uninit directory block */
594 #define PR_1_UNINIT_DBLOCK 0x010073
596 /* Inode logical block is misaligned */
597 #define PR_1_MISALIGNED_CLUSTER 0x010074
599 /* Bad extended attribute value in inode */
600 #define PR_1_INODE_EA_BAD_VALUE 0x010080
602 /* Symlink missing NUL terminator */
603 #define PR_1_SYMLINK_NUL 0x010081
605 /* Warning for user that all inodes need to be expanded atleast by
608 #define PR_1_EXPAND_EISIZE_WARNING 0x010084
610 /* Expand the inode */
611 #define PR_1_EXPAND_EISIZE 0x010085
613 /* Delete an EA so that EXTRA_ISIZE may be enabled */
614 #define PR_1_EISIZE_DELETE_EA 0x010086
616 /* An EA needs to be deleted by e2fsck is being run with -p or -y */
617 #define PR_1_EA_BLK_NOSPC 0x010087
619 /* Disable EXTRA_ISIZE feature as inode cannot be expanded
620 * without deletion of an EA
622 #define PR_1_CLEAR_EXTRA_ISIZE 0x010088
624 /* invalid inode creation time */
625 #define PR_1_CRTIME_BAD 0x010089
627 /* Inode has illegal EA value inode */
628 #define PR_1_ATTR_VALUE_EA_INODE 0x01008A
630 /* Invalid backpointer from EA inode to parent inode */
631 #define PR_1_ATTR_INVAL_EA_INODE 0x01008B
633 /* Parent inode has invalid EA entry. EA inode does not have
634 * EXT4_EA_INODE_FL flag. Delete EA entry? */
635 #define PR_1_ATTR_NO_EA_INODE_FL 0x01008C
637 /* EA inode for parent inode does not have EXT4_EA_INODE_FL flag */
638 #define PR_1_ATTR_SET_EA_INODE_FL 0x01008D
645 /* Pass 1B: Rescan for duplicate/bad blocks */
646 #define PR_1B_PASS_HEADER 0x011000
648 /* Duplicate/bad block(s) header */
649 #define PR_1B_DUP_BLOCK_HEADER 0x011001
651 /* Duplicate/bad block(s) in inode */
652 #define PR_1B_DUP_BLOCK 0x011002
654 /* Duplicate/bad block(s) end */
655 #define PR_1B_DUP_BLOCK_END 0x011003
657 /* Error while scanning inodes */
658 #define PR_1B_ISCAN_ERROR 0x011004
660 /* Error allocating inode bitmap */
661 #define PR_1B_ALLOCATE_IBITMAP_ERROR 0x011005
663 /* Error while iterating over blocks */
664 #define PR_1B_BLOCK_ITERATE 0x011006
666 /* Error adjusting EA refcount */
667 #define PR_1B_ADJ_EA_REFCOUNT 0x011007
669 /* Pass 1C: Scan directories for inodes with dup blocks. */
670 #define PR_1C_PASS_HEADER 0x012000
673 /* Pass 1D: Reconciling duplicate blocks */
674 #define PR_1D_PASS_HEADER 0x013000
676 /* File has duplicate blocks */
677 #define PR_1D_DUP_FILE 0x013001
679 /* List of files sharing duplicate blocks */
680 #define PR_1D_DUP_FILE_LIST 0x013002
682 /* File sharing blocks with filesystem metadata */
683 #define PR_1D_SHARE_METADATA 0x013003
685 /* Report of how many duplicate/bad inodes */
686 #define PR_1D_NUM_DUP_INODES 0x013004
688 /* Duplicated blocks already reassigned or cloned. */
689 #define PR_1D_DUP_BLOCKS_DEALT 0x013005
691 /* Clone duplicate/bad blocks? */
692 #define PR_1D_CLONE_QUESTION 0x013006
695 #define PR_1D_DELETE_QUESTION 0x013007
697 /* Couldn't clone file (error) */
698 #define PR_1D_CLONE_ERROR 0x013008
700 /* File with shared blocks found */
701 #define PR_1D_DISCONNECT_QUESTION 0x013009
703 /* Couldn't unlink file (error) */
704 #define PR_1D_DISCONNECT_ERROR 0x01300A
711 /* Pass 2: Checking directory structure */
712 #define PR_2_PASS_HEADER 0x020000
714 /* Bad inode number for '.' */
715 #define PR_2_BAD_INODE_DOT 0x020001
717 /* Directory entry has bad inode number */
718 #define PR_2_BAD_INO 0x020002
720 /* Directory entry has deleted or unused inode */
721 #define PR_2_UNUSED_INODE 0x020003
723 /* Directry entry is link to '.' */
724 #define PR_2_LINK_DOT 0x020004
726 /* Directory entry points to inode now located in a bad block */
727 #define PR_2_BB_INODE 0x020005
729 /* Directory entry contains a link to a directory */
730 #define PR_2_LINK_DIR 0x020006
732 /* Directory entry contains a link to the root directry */
733 #define PR_2_LINK_ROOT 0x020007
735 /* Directory entry has illegal characters in its name */
736 #define PR_2_BAD_NAME 0x020008
738 /* Missing '.' in directory inode */
739 #define PR_2_MISSING_DOT 0x020009
741 /* Missing '..' in directory inode */
742 #define PR_2_MISSING_DOT_DOT 0x02000A
744 /* First entry in directory inode doesn't contain '.' */
745 #define PR_2_1ST_NOT_DOT 0x02000B
747 /* Second entry in directory inode doesn't contain '..' */
748 #define PR_2_2ND_NOT_DOT_DOT 0x02000C
750 /* i_faddr should be zero */
751 #define PR_2_FADDR_ZERO 0x02000D
753 /* i_file_acl should be zero */
754 #define PR_2_FILE_ACL_ZERO 0x02000E
756 /* i_dir_acl should be zero */
757 #define PR_2_DIR_ACL_ZERO 0x02000F
759 /* i_frag should be zero */
760 #define PR_2_FRAG_ZERO 0x020010
762 /* i_fsize should be zero */
763 #define PR_2_FSIZE_ZERO 0x020011
765 /* inode has bad mode */
766 #define PR_2_BAD_MODE 0x020012
768 /* directory corrupted */
769 #define PR_2_DIR_CORRUPTED 0x020013
771 /* filename too long */
772 #define PR_2_FILENAME_LONG 0x020014
774 /* Directory inode has a missing block (hole) */
775 #define PR_2_DIRECTORY_HOLE 0x020015
777 /* '.' is not NULL terminated */
778 #define PR_2_DOT_NULL_TERM 0x020016
780 /* '..' is not NULL terminated */
781 #define PR_2_DOT_DOT_NULL_TERM 0x020017
783 /* Illegal character device in inode */
784 #define PR_2_BAD_CHAR_DEV 0x020018
786 /* Illegal block device in inode */
787 #define PR_2_BAD_BLOCK_DEV 0x020019
789 /* Duplicate '.' entry */
790 #define PR_2_DUP_DOT 0x02001A
792 /* Duplicate '..' entry */
793 #define PR_2_DUP_DOT_DOT 0x02001B
795 /* Internal error: couldn't find dir_info */
796 #define PR_2_NO_DIRINFO 0x02001C
798 /* Final rec_len is wrong */
799 #define PR_2_FINAL_RECLEN 0x02001D
801 /* Error allocating icount structure */
802 #define PR_2_ALLOCATE_ICOUNT 0x02001E
804 /* Error iterating over directory blocks */
805 #define PR_2_DBLIST_ITERATE 0x02001F
807 /* Error reading directory block */
808 #define PR_2_READ_DIRBLOCK 0x020020
810 /* Error writing directory block */
811 #define PR_2_WRITE_DIRBLOCK 0x020021
813 /* Error allocating new directory block */
814 #define PR_2_ALLOC_DIRBOCK 0x020022
816 /* Error deallocating inode */
817 #define PR_2_DEALLOC_INODE 0x020023
819 /* Directory entry for '.' is big. Split? */
820 #define PR_2_SPLIT_DOT 0x020024
823 #define PR_2_BAD_FIFO 0x020025
826 #define PR_2_BAD_SOCKET 0x020026
828 /* Directory filetype not set */
829 #define PR_2_SET_FILETYPE 0x020027
831 /* Directory filetype incorrect */
832 #define PR_2_BAD_FILETYPE 0x020028
834 /* Directory filetype set when it shouldn't be */
835 #define PR_2_CLEAR_FILETYPE 0x020029
837 /* Directory filename can't be zero-length */
838 #define PR_2_NULL_NAME 0x020030
840 /* Invalid symlink */
841 #define PR_2_INVALID_SYMLINK 0x020031
843 /* i_file_acl (extended attribute) is bad */
844 #define PR_2_FILE_ACL_BAD 0x020032
846 /* Filesystem contains large files, but has no such flag in sb */
847 #define PR_2_FEATURE_LARGE_FILES 0x020033
849 /* Node in HTREE directory not referenced */
850 #define PR_2_HTREE_NOTREF 0x020034
852 /* Node in HTREE directory referenced twice */
853 #define PR_2_HTREE_DUPREF 0x020035
855 /* Node in HTREE directory has bad min hash */
856 #define PR_2_HTREE_MIN_HASH 0x020036
858 /* Node in HTREE directory has bad max hash */
859 #define PR_2_HTREE_MAX_HASH 0x020037
861 /* Clear invalid HTREE directory */
862 #define PR_2_HTREE_CLEAR 0x020038
864 /* Clear the htree flag forcibly */
865 /* #define PR_2_HTREE_FCLR 0x020039 */
867 /* Bad block in htree interior node */
868 #define PR_2_HTREE_BADBLK 0x02003A
870 /* Error adjusting EA refcount */
871 #define PR_2_ADJ_EA_REFCOUNT 0x02003B
873 /* Invalid HTREE root node */
874 #define PR_2_HTREE_BAD_ROOT 0x02003C
876 /* Invalid HTREE limit */
877 #define PR_2_HTREE_BAD_LIMIT 0x02003D
879 /* Invalid HTREE count */
880 #define PR_2_HTREE_BAD_COUNT 0x02003E
882 /* HTREE interior node has out-of-order hashes in table */
883 #define PR_2_HTREE_HASH_ORDER 0x02003F
885 /* Node in HTREE directory has bad depth */
886 #define PR_2_HTREE_BAD_DEPTH 0x020040
888 /* Duplicate directory entry found */
889 #define PR_2_DUPLICATE_DIRENT 0x020041
891 /* Non-unique filename found */
892 #define PR_2_NON_UNIQUE_FILE 0x020042
894 /* Duplicate directory entry found */
895 #define PR_2_REPORT_DUP_DIRENT 0x020043
897 /* i_blocks_hi should be zero */
898 #define PR_2_BLOCKS_HI_ZERO 0x020044
900 /* Unexpected HTREE block */
901 #define PR_2_UNEXPECTED_HTREE_BLOCK 0x020045
903 /* Inode found in group where _INODE_UNINIT is set */
904 #define PR_2_INOREF_BG_INO_UNINIT 0x020046
906 /* Inode found in group unused inodes area */
907 #define PR_2_INOREF_IN_UNUSED 0x020047
909 /* i_file_acl_hi should be zero */
910 #define PR_2_I_FILE_ACL_HI_ZERO 0x020048
912 /* Inode completely corrupt */
913 #define PR_2_INODE_TOOBAD 0x020049
915 /* Directory dirdata flag set */
916 #define PR_2_CLEAR_DIRDATA 0x02f000
922 /* Pass 3: Checking directory connectivity */
923 #define PR_3_PASS_HEADER 0x030000
925 /* Root inode not allocated */
926 #define PR_3_NO_ROOT_INODE 0x030001
928 /* No room in lost+found */
929 #define PR_3_EXPAND_LF_DIR 0x030002
931 /* Unconnected directory inode */
932 #define PR_3_UNCONNECTED_DIR 0x030003
934 /* /lost+found not found */
935 #define PR_3_NO_LF_DIR 0x030004
937 /* .. entry is incorrect */
938 #define PR_3_BAD_DOT_DOT 0x030005
940 /* Bad or non-existent /lost+found. Cannot reconnect */
941 #define PR_3_NO_LPF 0x030006
943 /* Could not expand /lost+found */
944 #define PR_3_CANT_EXPAND_LPF 0x030007
946 /* Could not reconnect inode */
947 #define PR_3_CANT_RECONNECT 0x030008
949 /* Error while trying to find /lost+found */
950 #define PR_3_ERR_FIND_LPF 0x030009
952 /* Error in ext2fs_new_block while creating /lost+found */
953 #define PR_3_ERR_LPF_NEW_BLOCK 0x03000A
955 /* Error in ext2fs_new_inode while creating /lost+found */
956 #define PR_3_ERR_LPF_NEW_INODE 0x03000B
958 /* Error in ext2fs_new_dir_block while creating /lost+found */
959 #define PR_3_ERR_LPF_NEW_DIR_BLOCK 0x03000C
961 /* Error while writing directory block for /lost+found */
962 #define PR_3_ERR_LPF_WRITE_BLOCK 0x03000D
964 /* Error while adjusting inode count */
965 #define PR_3_ADJUST_INODE 0x03000E
967 /* Couldn't fix parent directory -- error */
968 #define PR_3_FIX_PARENT_ERR 0x03000F
970 /* Couldn't fix parent directory -- couldn't find it */
971 #define PR_3_FIX_PARENT_NOFIND 0x030010
973 /* Error allocating inode bitmap */
974 #define PR_3_ALLOCATE_IBITMAP_ERROR 0x030011
976 /* Error creating root directory */
977 #define PR_3_CREATE_ROOT_ERROR 0x030012
979 /* Error creating lost and found directory */
980 #define PR_3_CREATE_LPF_ERROR 0x030013
982 /* Root inode is not directory; aborting */
983 #define PR_3_ROOT_NOT_DIR_ABORT 0x030014
985 /* Cannot proceed without a root inode. */
986 #define PR_3_NO_ROOT_INODE_ABORT 0x030015
988 /* Internal error: couldn't find dir_info */
989 #define PR_3_NO_DIRINFO 0x030016
991 /* Lost+found is not a directory */
992 #define PR_3_LPF_NOTDIR 0x030017
995 * Pass 3a --- rehashing diretories
997 /* Pass 3a: Reindexing directories */
998 #define PR_3A_PASS_HEADER 0x031000
1000 /* Error iterating over directories */
1001 #define PR_3A_OPTIMIZE_ITER 0x031001
1003 /* Error rehash directory */
1004 #define PR_3A_OPTIMIZE_DIR_ERR 0x031002
1006 /* Rehashing dir header */
1007 #define PR_3A_OPTIMIZE_DIR_HEADER 0x031003
1009 /* Rehashing directory %d */
1010 #define PR_3A_OPTIMIZE_DIR 0x031004
1012 /* Rehashing dir end */
1013 #define PR_3A_OPTIMIZE_DIR_END 0x031005
1019 /* Pass 4: Checking reference counts */
1020 #define PR_4_PASS_HEADER 0x040000
1022 /* Unattached zero-length inode */
1023 #define PR_4_ZERO_LEN_INODE 0x040001
1025 /* Unattached inode */
1026 #define PR_4_UNATTACHED_INODE 0x040002
1028 /* Inode ref count wrong */
1029 #define PR_4_BAD_REF_COUNT 0x040003
1031 /* Inconsistent inode count information cached */
1032 #define PR_4_INCONSISTENT_COUNT 0x040004
1038 /* Pass 5: Checking group summary information */
1039 #define PR_5_PASS_HEADER 0x050000
1041 /* Padding at end of inode bitmap is not set. */
1042 #define PR_5_INODE_BMAP_PADDING 0x050001
1044 /* Padding at end of block bitmap is not set. */
1045 #define PR_5_BLOCK_BMAP_PADDING 0x050002
1047 /* Block bitmap differences header */
1048 #define PR_5_BLOCK_BITMAP_HEADER 0x050003
1050 /* Block not used, but marked in bitmap */
1051 #define PR_5_BLOCK_UNUSED 0x050004
1053 /* Block used, but not marked used in bitmap */
1054 #define PR_5_BLOCK_USED 0x050005
1056 /* Block bitmap differences end */
1057 #define PR_5_BLOCK_BITMAP_END 0x050006
1059 /* Inode bitmap differences header */
1060 #define PR_5_INODE_BITMAP_HEADER 0x050007
1062 /* Inode not used, but marked in bitmap */
1063 #define PR_5_INODE_UNUSED 0x050008
1065 /* Inode used, but not marked used in bitmap */
1066 #define PR_5_INODE_USED 0x050009
1068 /* Inode bitmap differences end */
1069 #define PR_5_INODE_BITMAP_END 0x05000A
1071 /* Free inodes count for group wrong */
1072 #define PR_5_FREE_INODE_COUNT_GROUP 0x05000B
1074 /* Directories count for group wrong */
1075 #define PR_5_FREE_DIR_COUNT_GROUP 0x05000C
1077 /* Free inodes count wrong */
1078 #define PR_5_FREE_INODE_COUNT 0x05000D
1080 /* Free blocks count for group wrong */
1081 #define PR_5_FREE_BLOCK_COUNT_GROUP 0x05000E
1083 /* Free blocks count wrong */
1084 #define PR_5_FREE_BLOCK_COUNT 0x05000F
1086 /* Programming error: bitmap endpoints don't match */
1087 #define PR_5_BMAP_ENDPOINTS 0x050010
1089 /* Internal error: fudging end of bitmap */
1090 #define PR_5_FUDGE_BITMAP_ERROR 0x050011
1092 /* Error copying in replacement inode bitmap */
1093 #define PR_5_COPY_IBITMAP_ERROR 0x050012
1095 /* Error copying in replacement block bitmap */
1096 #define PR_5_COPY_BBITMAP_ERROR 0x050013
1098 /* Block range not used, but marked in bitmap */
1099 #define PR_5_BLOCK_RANGE_UNUSED 0x050014
1101 /* Block range used, but not marked used in bitmap */
1102 #define PR_5_BLOCK_RANGE_USED 0x050015
1104 /* Inode range not used, but marked in bitmap */
1105 #define PR_5_INODE_RANGE_UNUSED 0x050016
1107 /* Inode rangeused, but not marked used in bitmap */
1108 #define PR_5_INODE_RANGE_USED 0x050017
1110 /* Block in use but group is marked BLOCK_UNINIT */
1111 #define PR_5_BLOCK_UNINIT 0x050018
1113 /* Inode in use but group is marked INODE_UNINIT */
1114 #define PR_5_INODE_UNINIT 0x050019
1116 /* Expand the inodes which need a new EA block */
1117 #define PR_5_EXPAND_EISIZE 0x05001a
1120 * Post-Pass 5 errors
1123 /* Recreate the journal if E2F_FLAG_JOURNAL_INODE flag is set */
1124 #define PR_6_RECREATE_JOURNAL 0x060001
1126 /* Update quota information if it is inconsistent */
1127 #define PR_6_UPDATE_QUOTAS 0x060002
1129 /* Error setting block group checksum info */
1130 #define PR_6_SET_BG_CHECKSUM 0x060003
1132 /* Error writing file system info */
1133 #define PR_6_FLUSH_FILESYSTEM 0x060004
1135 /* Error flushing writes to storage device */
1136 #define PR_6_IO_FLUSH 0x060005
1139 * Function declarations
1141 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
1142 int end_problem_latch(e2fsck_t ctx, int mask);
1143 int set_latch_flags(int mask, int setflags, int clearflags);
1144 int get_latch_flags(int mask, int *value);
1145 void clear_problem_context(struct problem_context *pctx);
1148 void print_e2fsck_message(FILE *f, e2fsck_t ctx, const char *msg,
1149 struct problem_context *pctx, int first,