diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/bb_e2fs_defs.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/bb_e2fs_defs.h b/include/bb_e2fs_defs.h index 2d72288ed..608cbf0b0 100644 --- a/include/bb_e2fs_defs.h +++ b/include/bb_e2fs_defs.h | |||
@@ -182,11 +182,12 @@ struct ext2_dx_countlimit { | |||
182 | #define EXT2_NOTAIL_FL 0x00008000 /* file tail should not be merged */ | 182 | #define EXT2_NOTAIL_FL 0x00008000 /* file tail should not be merged */ |
183 | #define EXT2_DIRSYNC_FL 0x00010000 /* Synchronous directory modifications */ | 183 | #define EXT2_DIRSYNC_FL 0x00010000 /* Synchronous directory modifications */ |
184 | #define EXT2_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ | 184 | #define EXT2_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ |
185 | #define EXT3_EXTENTS_FL 0x00080000 /* Inode uses extents */ | 185 | #define EXT2_EXTENT_FL 0x00080000 /* Extents */ |
186 | #define EXT2_RESERVED_FL 0x80000000 /* reserved for ext2 lib */ | 186 | #define EXT2_VERITY_FL 0x00100000 |
187 | 187 | #define EXT2_NOCOW_FL 0x00800000 /* Do not cow file */ | |
188 | #define EXT2_FL_USER_VISIBLE 0x0003DFFF /* User visible flags */ | 188 | #define EXT2_INLINE_DATA_FL 0x10000000 |
189 | #define EXT2_FL_USER_MODIFIABLE 0x000080FF /* User modifiable flags */ | 189 | #define EXT2_PROJINHERIT_FL 0x20000000 |
190 | #define EXT2_CASEFOLD_FL 0x40000000 | ||
190 | 191 | ||
191 | /* | 192 | /* |
192 | * ioctl commands | 193 | * ioctl commands |