Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
efs_vh.h File Reference

Go to the source code of this file.

Data Structures

struct  volume_directory
 
struct  partition_table
 
struct  volume_header
 
struct  pt_types
 

Macros

#define VHMAGIC   0xbe5a941 /* volume header magic number */
 
#define NPARTAB   16 /* 16 unix partitions */
 
#define NVDIR   15 /* max of 15 directory entries */
 
#define BFNAMESIZE   16 /* max 16 chars in boot file name */
 
#define VDNAMESIZE   8
 
#define SGI_SYSV   0x05
 
#define SGI_EFS   0x07
 
#define IS_EFS(x)   (((x) == SGI_EFS) || ((x) == SGI_SYSV))
 

Variables

struct volume_directory __attribute
 

Macro Definition Documentation

#define BFNAMESIZE   16 /* max 16 chars in boot file name */

Definition at line 15 of file efs_vh.h.

#define IS_EFS (   x)    (((x) == SGI_EFS) || ((x) == SGI_SYSV))

Definition at line 45 of file efs_vh.h.

#define NPARTAB   16 /* 16 unix partitions */

Definition at line 13 of file efs_vh.h.

#define NVDIR   15 /* max of 15 directory entries */

Definition at line 14 of file efs_vh.h.

#define SGI_EFS   0x07

Definition at line 44 of file efs_vh.h.

#define SGI_SYSV   0x05

Definition at line 43 of file efs_vh.h.

#define VDNAMESIZE   8

Definition at line 16 of file efs_vh.h.

#define VHMAGIC   0xbe5a941 /* volume header magic number */

Definition at line 12 of file efs_vh.h.

Variable Documentation

struct volume_directory __attribute