• Home
  • Raw
  • Download

Lines Matching +full:has +full:- +full:flag

2  * problem.h --- e2fsck problem error codes
6 * %Begin-Header%
9 * %End-Header%
45 #define PR_LATCH(x) ((((x) & PR_LATCH_MASK) >> 4) - 1)
58 * Pre-Pass 1 errors
103 /* Superblock has an invalid journal (inode inum) */
106 /* External journal has multiple filesystem users (unsupported) */
112 /* External journal has bad superblock */
115 /* Superblock has a bad journal UUID */
124 /* Superblock has_journal flag is clear but has a journal */
127 /* Superblock needs_recovery flag is set but no journal is present */
130 /* Journal has data, but recovery flag is clear */
154 /* Journal has unsupported read-only feature - abort */
157 /* Journal has unsupported incompatible feature - abort */
185 /* Resize_inode not enabled, but the resize inode is non-zero */
209 /* Block bitmap is not initialised and Inode bitmap is -- NO LONGER USED */
212 /* Group descriptor N has invalid unused inodes count. */
221 /* The test_fs filesystem flag is set and ext4 is available */
242 /* Superblock has invalid MMP block. */
245 /* Superblock has invalid MMP magic. */
301 /* Root inode has dtime set */
304 /* Reserved inode has bad mode */
307 /* Deleted inode inum has zero dtime */
310 /* Inode inum is in use, but has dtime set */
313 /* Inode inum is a zero-length directory */
343 /* Inode has illegal blocks (latch question) */
352 /* Bad block inode has illegal blocks (latch question) */
379 /* Warning: Group number's copy of the group descriptors has a bad block */
433 /* Imagic number has imagic flag set when fs doesn't support it */
436 /* Immutable flag set on a device or socket inode */
439 /* Compression flag set on a non-compressed filesystem -- no longer used*/
442 /* Non-zero size on on device, fifo or socket inode */
445 /* Filesystem has feature flag(s) set, but is a revision 0 filesystem */
467 /* Inode number has a bad extended attribute block */
470 /* Error reading Extended Attribute block while fixing refcount -- abort */
473 /* Extended attribute number has reference count incorrect, should be */
479 /* Extended attribute block has h_blocks > 1 */
506 /* Inode has INDEX_FL flag set on filesystem without htree support */
509 /* Inode number has INDEX_FL flag set but is on a directory */
512 /* htree directory has an invalid root node */
515 /* Htree directory has an unsupported hash version */
518 /* Htree directory uses an Incompatible htree root node flag */
521 /* Htree directory has a tree depth which is too big */
524 /* Bad block inode has an indirect block number that conflicts with
531 /* inode has a extra size i_extra_isize which is invalid */
534 /* Extended attribute in inode has a namelen which is invalid */
537 /* Extended attribute in inode has a value offset which is invalid */
540 /* extended attribute in inode has a value block which is invalid */
543 /* extended attribute in inode has a value size which is invalid */
546 /* extended attribute in inode has a hash which is invalid */
558 /* Inode has an invalid extent starting block */
561 /* Inode has an invalid extent that ends beyond filesystem */
564 /* inode has EXTENTS_FL flag set on filesystem without extents support */
573 /* Fast symlink has EXTENTS_FL set */
599 /* Extent has zero length extent */
624 /* inode has INLINE_DATA_FL flag on filesystem without inline data */
627 /* inode has INLINE_DATA_FL flag on filesystem without inline data */
642 /* Inode has INLINE_DATA_FL flag but extended attribute not found */
645 /* Special (device/socket/fifo) file (inode num) has extents
646 * or inline-data flag set */
649 /* Inode has extent header but inline data flag is set */
652 /* Inode seems to have inline data but extent flag is set */
658 /* Inode has inline data and extent flags but i_block contains junk */
667 /* Inode leaf has a duplicate extent mapping */
679 /* Inode has corrupt extent header */
682 /* Timestamp(s) on inode beyond 2310-04-04 are likely pre-1970. */
685 /* Inode has illegal EA value inode */
688 /* Parent inode has invalid EA entry. EA inode does not have
689 * EXT4_EA_INODE_FL flag. Delete EA entry? */
692 /* EA inode for parent inode does not have EXT4_EA_INODE_FL flag */
695 /* Offer to clear uninitialized flag on an extent */
698 /* Casefold flag set on a non-directory */
701 /* Casefold flag set, but file system is missing the casefold feature */
704 /* Inode has encrypt flag but no encryption extended attribute */
707 /* Encrypted inode has corrupt encryption extended attribute */
758 /* File has duplicate blocks */
783 * Pass 1e --- rebuilding extent trees
819 /* Directory entry has bad inode number */
822 /* Directory entry has deleted or unused inode */
837 /* Directory entry has illegal characters in its name */
867 /* inode has bad mode */
876 /* Directory inode has a missing block (hole) */
939 /* Directory filename can't be zero-length */
948 /* Filesystem contains large files, but has no such flag in sb */
957 /* Node in HTREE directory has bad min hash */
960 /* Node in HTREE directory has bad max hash */
966 /* Filesystem has large directories, but has no such flag in superblock */
984 /* HTREE interior node has out-of-order hashes in table */
987 /* Node in HTREE directory has bad depth */
993 /* Non-unique filename found */
1041 /* Encoded directory entry has illegal characters in its name */
1044 /* Non-unique filename found, but can't rename */
1069 /* Bad or non-existent /lost+found. Cannot reconnect */
1096 /* Couldn't fix parent directory -- error */
1099 /* Couldn't fix parent directory -- couldn't find it */
1123 /* Lost+found has inline data */
1139 * Pass 3a --- rehashing directories
1168 /* Unattached zero-length inode */
1278 * Post-Pass 5 errors
1281 /* Recreate the journal if E2F_FLAG_JOURNAL_INODE flag is set */