Home
last modified time | relevance | path

Searched refs:is_extended_partition (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/partitions/
H A Dmsdos.c51 static inline int is_extended_partition(struct msdos_partition *p) in is_extended_partition() function
96 is_extended_partition(pt)) in aix_magic_present()
176 if (!nr_sects(p) || is_extended_partition(p)) in parse_extended()
210 if (nr_sects(p) && is_extended_partition(p)) in parse_extended()
669 if (is_extended_partition(p)) { in msdos_partition()