Go to the documentation of this file.
25 #define INODESLOTSIZE 128
26 #define L2INODESLOTSIZE 7
27 #define log2INODESIZE 9
96 #define di_dirtable u._dir._table
97 #define di_dtroot u._dir._dtroot
98 #define di_parent di_dtroot.header.idotdot
99 #define di_DASD di_dtroot.header.DASD
109 #define di_gengen u._file._u1._imap._gengen
124 #define di_xtroot u._file._u2._xtroot
125 #define di_dxd u._file._u2._special._dxd
126 #define di_btroot di_xtroot
127 #define di_inlinedata u._file._u2._special._u
128 #define di_rdev u._file._u2._special._u._rdev
129 #define di_fastsymlink u._file._u2._special._u._fastsymlink
130 #define di_inlineea u._file._u2._special._inlineea
135 #define IFJOURNAL 0x00010000
136 #define ISPARSE 0x00020000
137 #define INLINEEA 0x00040000
138 #define ISWAPFILE 0x00800000
141 #define IREADONLY 0x02000000
142 #define IHIDDEN 0x04000000
143 #define ISYSTEM 0x08000000
145 #define IDIRECTORY 0x20000000
146 #define IARCHIVE 0x40000000
147 #define INEWNAME 0x80000000
149 #define IRASH 0x4E000000
155 #define JFS_NOATIME_FL 0x00080000
157 #define JFS_DIRSYNC_FL 0x00100000
158 #define JFS_SYNC_FL 0x00200000
159 #define JFS_SECRM_FL 0x00400000
160 #define JFS_UNRM_FL 0x00800000
162 #define JFS_APPEND_FL 0x01000000
163 #define JFS_IMMUTABLE_FL 0x02000000
165 #define JFS_FL_USER_VISIBLE 0x03F80000
166 #define JFS_FL_USER_MODIFIABLE 0x03F80000
167 #define JFS_FL_INHERIT 0x03C80000
170 #define JFS_IOC_GETFLAGS _IOR('f', 1, long)
171 #define JFS_IOC_SETFLAGS _IOW('f', 2, long)
173 #define JFS_IOC_GETFLAGS32 _IOR('f', 1, int)
174 #define JFS_IOC_SETFLAGS32 _IOW('f', 2, int)