bsd_start         296 block/partitions/msdos.c 		sector_t bsd_start, bsd_size;
bsd_start         302 block/partitions/msdos.c 		bsd_start = le32_to_cpu(p->p_offset);
bsd_start         307 block/partitions/msdos.c 			bsd_start += offset;
bsd_start         308 block/partitions/msdos.c 		if (offset == bsd_start && size == bsd_size)
bsd_start         311 block/partitions/msdos.c 		if (offset > bsd_start || offset+size < bsd_start+bsd_size) {
bsd_start         315 block/partitions/msdos.c 		put_partition(state, state->next++, bsd_start, bsd_size);