Go to the documentation of this file. 1 #ifndef _LINUX_MINIX_FS_H
2 #define _LINUX_MINIX_FS_H
4 #include <linux/types.h>
5 #include <linux/magic.h>
17 #define MINIX_ROOT_INO 1
20 #define MINIX_LINK_MAX 250
21 #define MINIX2_LINK_MAX 65530
23 #define MINIX_I_MAP_SLOTS 8
24 #define MINIX_Z_MAP_SLOTS 64
25 #define MINIX_VALID_FS 0x0001
26 #define MINIX_ERROR_FS 0x0002
28 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))