Linux Kernel
3.7.1
|
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 |
struct volume_directory __attribute |