Home
last modified time | relevance | path

Searched defs:volume_header (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Defs_vh.h31 struct volume_header { struct
32 __be32 vh_magic; /* identifies volume header */
33 __be16 vh_rootpt; /* root partition number */
34 __be16 vh_swappt; /* swap partition number */
35 char vh_bootfile[BFNAMESIZE]; /* name of file to boot */
36 char pad[48]; /* device param space */
37 struct volume_directory vh_vd[NVDIR]; /* other vol hdr contents */
38 struct partition_table vh_pt[NPARTAB]; /* device partition layout */
39 __be32 vh_csum; /* volume header checksum */
40 __be32 vh_fill; /* fill out to 512 bytes */