1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

ext2fs: Add some more inode flags.

These are currently unused in out implementation but it is good to keep
them for reference.

Obtained from:	NetBSD (CVS Rev. 1.35)
MFC after:	1 month
This commit is contained in:
Pedro F. Giffuni 2016-08-06 16:48:40 +00:00
parent cf46cace5c
commit ef4736fea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303799

View File

@ -71,7 +71,10 @@
#define EXT4_TOPDIR 0x00020000 /* Top of directory hierarchies*/
#define EXT4_HUGE_FILE 0x00040000 /* Set to each huge file */
#define EXT4_EXTENTS 0x00080000 /* Inode uses extents */
#define EXT4_EA_INODE 0x00200000 /* Inode used for large EA */
#define EXT4_EOFBLOCKS 0x00400000 /* Blocks allocated beyond EOF */
#define EXT4_INLINE_DATA 0x10000000 /* Inode has inline data */
#define EXT4_PROJINHERIT 0x20000000 /* Children inherit project ID */
/*
* Definitions for nanosecond timestamps.