Searched refs:bsd_size (Results 1 – 1 of 1) sorted by relevance
377 sector_t bsd_start, bsd_size; in parse_bsd() local384 bsd_size = le32_to_cpu(p->p_size); in parse_bsd()389 if (offset == bsd_start && size == bsd_size) in parse_bsd()392 if (offset > bsd_start || offset+size < bsd_start+bsd_size) { in parse_bsd()396 put_partition(state, state->next++, bsd_start, bsd_size); in parse_bsd()