Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
volume_header Struct Reference

#include <efs_vh.h>

Data Fields

__be32 vh_magic
 
__be16 vh_rootpt
 
__be16 vh_swappt
 
char vh_bootfile [BFNAMESIZE]
 
char pad [48]
 
struct volume_directory vh_vd [NVDIR]
 
struct partition_table vh_pt [NPARTAB]
 
__be32 vh_csum
 
__be32 vh_fill
 

Detailed Description

Definition at line 30 of file efs_vh.h.

Field Documentation

char pad[48]

Definition at line 35 of file efs_vh.h.

char vh_bootfile[BFNAMESIZE]

Definition at line 34 of file efs_vh.h.

__be32 vh_csum

Definition at line 38 of file efs_vh.h.

__be32 vh_fill

Definition at line 39 of file efs_vh.h.

__be32 vh_magic

Definition at line 31 of file efs_vh.h.

Definition at line 37 of file efs_vh.h.

__be16 vh_rootpt

Definition at line 32 of file efs_vh.h.

__be16 vh_swappt

Definition at line 33 of file efs_vh.h.

Definition at line 36 of file efs_vh.h.


The documentation for this struct was generated from the following file: