/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsicam.c | 63 int cyl, ext_cyl, end_head, end_cyl, end_sector; in scsi_partsize() local 92 end_head = largest->end_head; in scsi_partsize() 95 if (end_head + 1 == 0 || end_sector == 0) in scsi_partsize() 100 end_head, end_cyl, end_sector); in scsi_partsize() 103 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize() 104 end_head * end_sector + end_sector; in scsi_partsize() 111 ext_cyl = (logical_end - (end_head * end_sector + end_sector)) in scsi_partsize() 112 / (end_head + 1) / end_sector; in scsi_partsize() 113 ext_physical_end = ext_cyl * (end_head in scsi_partsize() [all...] |
H A D | BusLogic.c | 3411 a partition table entry whose end_head matches one of the in blogic_diskparam() 3422 part_end_head = part_entry->end_head; in blogic_diskparam() 3440 part_end_head = part1_entry->end_head; in blogic_diskparam()
|
H A D | scsi_debug.c | 5340 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsicam.c | 62 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 in scsi_partsize() [all...] |
H A D | BusLogic.c | 3267 a partition table entry whose end_head matches one of the in blogic_diskparam() 3278 part_end_head = part_entry->end_head; in blogic_diskparam() 3296 part_end_head = part1_entry->end_head; in blogic_diskparam()
|
H A D | scsi_debug.c | 5442 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | msdos_partition.h | 13 u8 end_head; /* end head */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | msdos_partition.h | 13 u8 end_head; /* end head */ member
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | linit.c | 326 * entry whose end_head matches one of the standard geometry in aac_biosparm() 337 unsigned char end_head, end_sec; in aac_biosparm() local 340 end_head = entry->end_head; in aac_biosparm() 343 if(end_head == 63) { in aac_biosparm() 347 } else if(end_head == 127) { in aac_biosparm() 351 } else if(end_head == 254) { in aac_biosparm() 360 end_head = first->end_head; in aac_biosparm() 370 } else if (end_head > in aac_biosparm() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | linit.c | 324 * entry whose end_head matches one of the standard geometry in aac_biosparm() 335 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 > in aac_biosparm() [all...] |
/kernel/linux/linux-5.10/block/partitions/ |
H A D | efi.h | 100 u8 end_head; /* unused by EFI, pt end in CHS */ member
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | efi.h | 99 u8 end_head; /* unused by EFI, pt end in CHS */ member
|
/kernel/linux/linux-6.6/drivers/memstick/core/ |
H A D | mspro_block.c | 107 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()
|
/kernel/linux/linux-5.10/drivers/memstick/core/ |
H A D | mspro_block.c | 107 unsigned char end_head; member 422 x_mbr->end_head); in mspro_block_attr_show_mbr()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.c | 3662 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local 3725 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras() 3728 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.c | 3770 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local 3840 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras() 3843 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()
|