Lines Matching defs:msdos_partition
7 struct msdos_partition { struct
8 u8 boot_ind; /* 0x80 - active */
9 u8 head; /* starting head */
10 u8 sector; /* starting sector */
11 u8 cyl; /* starting cylinder */
12 u8 sys_ind; /* What partition type */
13 u8 end_head; /* end head */
14 u8 end_sector; /* end sector */
15 u8 end_cyl; /* end cylinder */
16 __le32 start_sect; /* starting sector counting from 0 */
17 __le32 nr_sects; /* nr of sectors in partition */