Searched refs:bsd_size (Results 1 – 1 of 1) sorted by relevance
266 u32 bsd_start, bsd_size; in parse_bsd() local273 bsd_size = le32_to_cpu(p->p_size); in parse_bsd()274 if (offset == bsd_start && size == bsd_size) in parse_bsd()277 if (offset > bsd_start || offset+size < bsd_start+bsd_size) { in parse_bsd()281 put_partition(state, state->next++, bsd_start, bsd_size); in parse_bsd()