Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
minix_fs.h File Reference
#include <linux/types.h>
#include <linux/magic.h>

Go to the source code of this file.

Data Structures

struct  minix_inode
 
struct  minix2_inode
 
struct  minix_super_block
 
struct  minix3_super_block
 
struct  minix_dir_entry
 
struct  minix3_dir_entry
 

Macros

#define MINIX_ROOT_INO   1
 
#define MINIX_LINK_MAX   250
 
#define MINIX2_LINK_MAX   65530
 
#define MINIX_I_MAP_SLOTS   8
 
#define MINIX_Z_MAP_SLOTS   64
 
#define MINIX_VALID_FS   0x0001 /* Clean fs. */
 
#define MINIX_ERROR_FS   0x0002 /* fs has errors. */
 
#define MINIX_INODES_PER_BLOCK   ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
 

Macro Definition Documentation

#define MINIX2_LINK_MAX   65530

Definition at line 21 of file minix_fs.h.

#define MINIX_ERROR_FS   0x0002 /* fs has errors. */

Definition at line 26 of file minix_fs.h.

#define MINIX_I_MAP_SLOTS   8

Definition at line 23 of file minix_fs.h.

#define MINIX_INODES_PER_BLOCK   ((BLOCK_SIZE)/(sizeof (struct minix_inode)))

Definition at line 28 of file minix_fs.h.

#define MINIX_LINK_MAX   250

Definition at line 20 of file minix_fs.h.

#define MINIX_ROOT_INO   1

Definition at line 17 of file minix_fs.h.

#define MINIX_VALID_FS   0x0001 /* Clean fs. */

Definition at line 25 of file minix_fs.h.

#define MINIX_Z_MAP_SLOTS   64

Definition at line 24 of file minix_fs.h.