Searched refs:end_head (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | scsicam.c | 131 int cyl, ext_cyl, end_head, end_cyl, end_sector; in scsi_partsize() local 152 end_head = largest->end_head; in scsi_partsize() 155 if (end_head + 1 == 0 || end_sector == 0) in scsi_partsize() 160 end_head, end_cyl, end_sector); in scsi_partsize() 163 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize() 164 end_head * end_sector + end_sector; in scsi_partsize() 171 ext_cyl = (logical_end - (end_head * end_sector + end_sector)) in scsi_partsize() 172 / (end_head + 1) / end_sector; in scsi_partsize() 173 ext_physical_end = ext_cyl * (end_head + 1) * end_sector + in scsi_partsize() 174 end_head * end_sector + end_sector; in scsi_partsize() [all …]
|
| D | BusLogic.c | 3420 part_end_head = part_entry->end_head; in blogic_diskparam() 3438 part_end_head = part1_entry->end_head; in blogic_diskparam()
|
| D | scsi_debug.c | 4186 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
|
| /Linux-v5.4/block/partitions/ |
| D | efi.h | 100 u8 end_head; /* unused by EFI, pt end in CHS */ member
|
| /Linux-v5.4/drivers/scsi/aacraid/ |
| D | linit.c | 336 unsigned char end_head, end_sec; in aac_biosparm() local 339 end_head = entry->end_head; in aac_biosparm() 342 if(end_head == 63) { in aac_biosparm() 346 } else if(end_head == 127) { in aac_biosparm() 350 } else if(end_head == 254) { in aac_biosparm() 359 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-v5.4/include/linux/ |
| D | genhd.h | 79 unsigned char end_head; /* end head */ member
|
| /Linux-v5.4/drivers/memstick/core/ |
| D | mspro_block.c | 107 unsigned char end_head; member 422 x_mbr->end_head); in mspro_block_attr_show_mbr()
|
| /Linux-v5.4/drivers/s390/block/ |
| D | dasd_eckd.c | 3503 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local 3566 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras() 3569 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()
|