#include <linux/types.h>
#include <linux/magic.h>
Go to the source code of this file.
#define QNX6_BOOTBLOCK_SIZE 0x2000 /* heading bootblock area */ |
#define QNX6_DIR_ENTRY_SIZE 0x20 /* dir entry size of 32 bytes */ |
#define QNX6_FILE_DELETED 0x02 |
#define QNX6_FILE_DIRECTORY 0x01 |
#define QNX6_FILE_NORMAL 0x03 |
#define QNX6_INODE_SIZE 0x80 /* each inode is 128 bytes */ |
#define QNX6_LONG_NAME_MAX 510 |
#define QNX6_MOUNT_MMI_FS 0x010000 /* mount as Audi MMI 3G fs */ |
#define QNX6_NO_DIRECT_POINTERS 16 /* 16 blockptrs in sbl/inode */ |
#define QNX6_PTR_MAX_LEVELS 5 /* maximum indirect levels */ |
#define QNX6_SHORT_NAME_MAX 27 |
#define QNX6_SUPERBLOCK_AREA 0x1000 /* area reserved for superblock */ |
#define QNX6_SUPERBLOCK_SIZE 0x200 /* superblock always is 512 bytes */ |