Lines Matching refs:start
55 __le32 start; member
95 le32_to_cpu(rr->part[part].start), in riscix_partition()
304 __le32 start; member
372 u32 start = le32_to_cpu(p->start); in adfspart_check_ICS() local
392 if (size > 1 && adfspart_check_ICSLinux(state, start)) { in adfspart_check_ICS()
393 start += 1; in adfspart_check_ICS()
399 put_partition(state, slot++, start, size); in adfspart_check_ICS()
412 __le32 start; member
466 u32 start = le32_to_cpu(p->start); in adfspart_check_POWERTEC() local
470 put_partition(state, slot++, start, size); in adfspart_check_POWERTEC()
483 __le32 start; member
513 sector_t start = 0; in adfspart_check_EESOX() local
534 next = le32_to_cpu(p->start); in adfspart_check_EESOX()
536 put_partition(state, slot++, start, next - start); in adfspart_check_EESOX()
537 start = next; in adfspart_check_EESOX()
544 put_partition(state, slot++, start, size - start); in adfspart_check_EESOX()