Whamcloud - gitweb
e2fsck: track errors/badness found for each inode
[tools/e2fsprogs.git] / e2fsck / problem.h
index f3d1bb9..a1493bc 100644 (file)
@@ -590,6 +590,9 @@ struct problem_context {
  */
 #define PR_1_CLEAR_EXTRA_ISIZE         0x010078
 
+/* invalid inode creation time */
+#define PR_1_CRTIME_BAD                        0x010079
+
 
 /*
  * Pass 1b errors
@@ -863,6 +866,9 @@ struct problem_context {
 /* i_file_acl_hi should be zero */
 #define PR_2_I_FILE_ACL_HI_ZERO                0x020048
 
+/* Inode completely corrupt */
+#define PR_2_INODE_TOOBAD              0x020049
+
 /*
  * Pass 3 errors
  */