Go to the documentation of this file.
7 #ifndef _LINUX_QNX6_FS_H
8 #define _LINUX_QNX6_FS_H
10 #include <linux/types.h>
11 #include <linux/magic.h>
13 #define QNX6_ROOT_INO 1
16 #define QNX6_FILE_DIRECTORY 0x01
17 #define QNX6_FILE_DELETED 0x02
18 #define QNX6_FILE_NORMAL 0x03
20 #define QNX6_SUPERBLOCK_SIZE 0x200
21 #define QNX6_SUPERBLOCK_AREA 0x1000
22 #define QNX6_BOOTBLOCK_SIZE 0x2000
23 #define QNX6_DIR_ENTRY_SIZE 0x20
24 #define QNX6_INODE_SIZE 0x80
25 #define QNX6_INODE_SIZE_BITS 7
27 #define QNX6_NO_DIRECT_POINTERS 16
28 #define QNX6_PTR_MAX_LEVELS 5
31 #define QNX6_SHORT_NAME_MAX 27
32 #define QNX6_LONG_NAME_MAX 510
35 #define QNX6_MOUNT_MMI_FS 0x010000