Whamcloud - gitweb
e2fsck: add support for expanding the inode size
[tools/e2fsprogs.git] / lib / ext2fs / ext2_err.et.in
index b8f45ae..bab5913 100644 (file)
@@ -560,4 +560,25 @@ ec EXT2_ET_EXTERNAL_JOURNAL_NOSUPP,
 ec     EXT2_ET_SCAN_FINISHED,
        "Scanning finished"
 
+ec     EXT2_ET_EA_BAD_MAGIC,
+       "Extended attribute block has bad magic value"
+
+ec     EXT2_ET_EA_BAD_ENTRIES,
+       "Extended attribute block has bad entries"
+
+ec     EXT2_ET_EA_TOO_BIG,
+       "Extended attribute too big for buffer"
+
+ec     EXT2_ET_EA_NAME_TOO_BIG,
+       "Extended attribute name too big for header"
+
+ec     EXT2_ET_EA_BAD_NAME,
+       "Extended attribute name is bad"
+
+ec     EXT2_ET_EA_NAME_NOT_FOUND,
+       "Extended attribute name not found"
+
+ec     EXT2_ET_EA_NAME_EXISTS,
+       "Extended attribute name already exists"
+
        end