Lines Matching defs:hpfs_boot_block
44 struct hpfs_boot_block struct
46 u8 jmp[3];
47 u8 oem_id[8];
48 u8 bytes_per_sector[2]; /* 512 */
49 u8 sectors_per_cluster;
50 u8 n_reserved_sectors[2];
51 u8 n_fats;
52 u8 n_rootdir_entries[2];
53 u8 n_sectors_s[2];
54 u8 media_byte;
55 __le16 sectors_per_fat;
56 __le16 sectors_per_track;
57 __le16 heads_per_cyl;
58 __le32 n_hidden_sectors;
59 __le32 n_sectors_l; /* size of partition */
60 u8 drive_number;
61 u8 mbz;
62 u8 sig_28h; /* 28h */
63 u8 vol_serno[4];
64 u8 vol_label[11];
65 u8 sig_hpfs[8]; /* "HPFS " */
66 u8 pad[448];
67 __le16 magic; /* aa55 */