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