Lines Matching +full:0 +full:x12000000
20 #define VXFS_SUPER_MAGIC 0xa501FCF5
176 * File modes. File types above 0xf000 are vxfs internal only, they should
181 VXFS_ISUID = 0x00000800, /* setuid */
182 VXFS_ISGID = 0x00000400, /* setgid */
183 VXFS_ISVTX = 0x00000200, /* sticky bit */
184 VXFS_IREAD = 0x00000100, /* read */
185 VXFS_IWRITE = 0x00000080, /* write */
186 VXFS_IEXEC = 0x00000040, /* exec */
188 VXFS_IFIFO = 0x00001000, /* Named pipe */
189 VXFS_IFCHR = 0x00002000, /* Character device */
190 VXFS_IFDIR = 0x00004000, /* Directory */
191 VXFS_IFNAM = 0x00005000, /* Xenix device ?? */
192 VXFS_IFBLK = 0x00006000, /* Block device */
193 VXFS_IFREG = 0x00008000, /* Regular file */
194 VXFS_IFCMP = 0x00009000, /* Compressed file ?!? */
195 VXFS_IFLNK = 0x0000a000, /* Symlink */
196 VXFS_IFSOC = 0x0000c000, /* Socket */
199 VXFS_IFFSH = 0x10000000, /* Fileset header */
200 VXFS_IFILT = 0x20000000, /* Inode list */
201 VXFS_IFIAU = 0x30000000, /* Inode allocation unit */
202 VXFS_IFCUT = 0x40000000, /* Current usage table */
203 VXFS_IFATT = 0x50000000, /* Attr. inode */
204 VXFS_IFLCT = 0x60000000, /* Link count table */
205 VXFS_IFIAT = 0x70000000, /* Indirect attribute file */
206 VXFS_IFEMR = 0x80000000, /* Extent map reorg file */
207 VXFS_IFQUO = 0x90000000, /* BSD quota file */
208 VXFS_IFPTI = 0xa0000000, /* "Pass through" inode */
209 VXFS_IFLAB = 0x11000000, /* Device label file */
210 VXFS_IFOLT = 0x12000000, /* OLT file */
211 VXFS_IFLOG = 0x13000000, /* Log file */
212 VXFS_IFEMP = 0x14000000, /* Extent map file */
213 VXFS_IFEAU = 0x15000000, /* Extent AU file */
214 VXFS_IFAUS = 0x16000000, /* Extent AU summary file */
215 VXFS_IFDEV = 0x17000000, /* Device config file */
219 #define VXFS_TYPE_MASK 0xfffff000
239 VXFS_ORG_NONE = 0, /* Inode has *no* format ?!? */