Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsicam.c62 int cyl, ext_cyl, end_head, end_cyl, end_sector; in scsi_partsize() local
91 end_head = largest->end_head; in scsi_partsize()
94 if (end_head + 1 == 0 || end_sector == 0) in scsi_partsize()
99 end_head, end_cyl, end_sector); in scsi_partsize()
102 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize()
103 end_head * end_sector + end_sector; in scsi_partsize()
110 ext_cyl = (logical_end - (end_head * end_sector + end_sector)) in scsi_partsize()
111 / (end_head + 1) / end_sector; in scsi_partsize()
112 ext_physical_end = ext_cyl * (end_head + 1) * end_sector + in scsi_partsize()
113 end_head * end_sector + end_sector; in scsi_partsize()
[all …]
H A DBusLogic.c3281 part_end_head = part_entry->end_head; in blogic_diskparam()
3299 part_end_head = part1_entry->end_head; in blogic_diskparam()
H A Dscsi_debug.c7115 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
/linux/drivers/scsi/aacraid/
H A Dlinit.c335 unsigned char end_head, end_sec; in aac_biosparm() local
338 end_head = entry->end_head; in aac_biosparm()
341 if(end_head == 63) { in aac_biosparm()
345 } else if(end_head == 127) { in aac_biosparm()
349 } else if(end_head == 254) { in aac_biosparm()
358 end_head = first->end_head; in aac_biosparm()
368 } else if (end_head > 0 || end_sec > 0) { in aac_biosparm()
370 end_head + 1, end_sec, num)); in aac_biosparm()
/linux/include/linux/
H A Dmsdos_partition.h13 u8 end_head; /* end head */ member
/linux/block/partitions/
H A Defi.h99 u8 end_head; /* unused by EFI, pt end in CHS */ member
/linux/drivers/memstick/core/
H A Dmspro_block.c107 unsigned char end_head; member
359 rc += sysfs_emit_at(buffer, rc, "end head: %x\n", x_mbr->end_head); in mspro_block_attr_show_mbr()
/linux/drivers/s390/block/
H A Ddasd_eckd.c3756 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local
3826 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras()
3829 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()