Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmsdos_partition.h7 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 */
[all …]
/linux-6.3-rc2/block/partitions/
A Dmsdos.c581 int msdos_partition(struct parsed_partitions *state) in msdos_partition() function

Completed in 6 milliseconds