Searched refs:bsd_start (Results 1 – 1 of 1) sorted by relevance
280 sector_t bsd_start, bsd_size; in parse_bsd() local286 bsd_start = le32_to_cpu(p->p_offset); in parse_bsd()288 if (offset == bsd_start && size == bsd_size) in parse_bsd()291 if (offset > bsd_start || offset+size < bsd_start+bsd_size) { in parse_bsd()295 put_partition(state, state->next++, bsd_start, bsd_size); in parse_bsd()