Searched refs:end_head (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/scsi/
H A Dscsicam.c62 int cyl, ext_cyl, end_head, end_cyl, end_sector; local
91 end_head = largest->end_head;
94 if (end_head + 1 == 0 || end_sector == 0)
99 end_head, end_cyl, end_sector);
102 physical_end = end_cyl * (end_head + 1) * end_sector +
103 end_head * end_sector + end_sector;
110 ext_cyl = (logical_end - (end_head * end_sector + end_sector))
111 / (end_head + 1) / end_sector;
112 ext_physical_end = ext_cyl * (end_head
[all...]
H A DBusLogic.c3267 a partition table entry whose end_head matches one of the
3278 part_end_head = part_entry->end_head;
3296 part_end_head = part1_entry->end_head;
H A Dscsi_debug.c6000 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects))
/linux-master/include/linux/
H A Dmsdos_partition.h13 u8 end_head; /* end head */ member in struct:msdos_partition
/linux-master/block/partitions/
H A Defi.h99 u8 end_head; /* unused by EFI, pt end in CHS */ member in struct:_gpt_mbr_record
/linux-master/drivers/scsi/aacraid/
H A Dlinit.c324 * entry whose end_head matches one of the standard geometry
335 unsigned char end_head, end_sec; local
338 end_head = entry->end_head;
341 if(end_head == 63) {
345 } else if(end_head == 127) {
349 } else if(end_head == 254) {
358 end_head = first->end_head;
368 } else if (end_head >
[all...]
/linux-master/drivers/memstick/core/
H A Dmspro_block.c107 unsigned char end_head; member in struct:mspro_mbr
359 rc += sysfs_emit_at(buffer, rc, "end head: %x\n", x_mbr->end_head);
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c3755 u16 heads, beg_head, end_head; local
3825 end_head = cur_to_trk % heads;
3828 set_ch_t(&ras_range->end_ext, end_cyl, end_head);

Completed in 238 milliseconds