Searched defs:volume_header (Results 1 – 1 of 1) sorted by relevance
30 struct volume_header { struct31 int vh_magic; /* identifies volume header */32 short vh_rootpt; /* root partition number */33 short vh_swappt; /* swap partition number */34 char vh_bootfile[BFNAMESIZE]; /* name of file to boot */35 char pad[48]; /* device param space */36 struct volume_directory vh_vd[NVDIR]; /* other vol hdr contents */37 struct partition_table vh_pt[NPARTAB]; /* device partition layout */38 int vh_csum; /* volume header checksum */39 int vh_fill; /* fill out to 512 bytes */