Home
last modified time | relevance | path

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

/openbmc/linux/block/partitions/
H A Dmsdos.c378 sector_t bsd_start, bsd_size; in parse_bsd() local
384 bsd_start = le32_to_cpu(p->p_offset); in parse_bsd()
389 bsd_start += offset; in parse_bsd()
390 if (offset == bsd_start && size == bsd_size) in parse_bsd()
393 if (offset > bsd_start || offset+size < bsd_start+bsd_size) { in parse_bsd()
397 put_partition(state, state->next++, bsd_start, bsd_size); in parse_bsd()