Lines Matching defs:start
55 __le32 start;
95 le32_to_cpu(rr->part[part].start),
174 * next partition relative to the start of this one - I'm assuming
276 * Work out start of non-adfs partition.
304 __le32 start;
372 u32 start = le32_to_cpu(p->start);
392 if (size > 1 && adfspart_check_ICSLinux(state, start)) {
393 start += 1;
399 put_partition(state, slot++, start, size);
412 __le32 start;
466 u32 start = le32_to_cpu(p->start);
470 put_partition(state, slot++, start, size);
483 __le32 start;
501 * the size of the partition in this table, only the start addresses.
505 * 2. The start address of the next entry.
513 sector_t start = 0;
534 next = le32_to_cpu(p->start);
536 put_partition(state, slot++, start, next - start);
537 start = next;
544 put_partition(state, slot++, start, size - start);