| /linux-6.15/block/partitions/ |
| H A D | ibm.c | 33 sector_t cyl; in cchh2blk() local 37 cyl = ptr->hh & 0xFFF0; in cchh2blk() 38 cyl <<= 12; in cchh2blk() 39 cyl |= ptr->cc; in cchh2blk() 41 return cyl * geo->heads * geo->sectors + in cchh2blk() 51 sector_t cyl; in cchhb2blk() local 55 cyl = ptr->hh & 0xFFF0; in cchhb2blk() 56 cyl <<= 12; in cchhb2blk() 57 cyl |= ptr->cc; in cchhb2blk() 59 return cyl * geo->heads * geo->sectors + in cchhb2blk()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsicam.c | 62 int cyl, ext_cyl, end_head, end_cyl, end_sector; in scsi_partsize() local 82 cyl = p->cyl + ((p->sector & 0xc0) << 2); in scsi_partsize() 83 if (cyl > largest_cyl) { in scsi_partsize() 84 largest_cyl = cyl; in scsi_partsize()
|
| H A D | scsi_debug.c | 7009 pp->cyl = start_sec / heads_by_sects; in sdebug_build_parts() 7010 pp->head = (start_sec - (pp->cyl * heads_by_sects)) in sdebug_build_parts()
|
| /linux-6.15/drivers/mtd/ |
| H A D | ssfdc.c | 55 unsigned short cyl; member 73 static int get_chs(unsigned long size, unsigned short *cyl, unsigned char *head, in get_chs() argument 84 if (cyl) in get_chs() 85 *cyl = chs_table[k].cyl; in get_chs()
|
| H A D | sm_ftl.h | 63 unsigned short cyl; member
|
| H A D | sm_ftl.c | 645 ftl->cylinders = chs_table[i].cyl; in sm_get_media_info()
|
| /linux-6.15/include/linux/ |
| H A D | msdos_partition.h | 11 u8 cyl; /* starting cylinder */ member
|
| /linux-6.15/include/linux/mtd/ |
| H A D | nftl.h | 33 int head,sect,cyl; member
|
| H A D | inftl.h | 42 int head,sect,cyl; member
|
| /linux-6.15/drivers/s390/block/ |
| H A D | dasd_eckd.c | 202 geo->cyl = (__u16) cyl; in set_ch_t() 217 u32 cyl; in dasd_eckd_track_from_irb() local 237 cyl |= sense[29]; in dasd_eckd_track_from_irb() 240 cyl |= sense[30]; in dasd_eckd_track_from_irb() 519 data->search_arg.cyl = data->seek_addr.cyl; in locate_record_ext() 696 data->search_arg.cyl = data->seek_addr.cyl; in locate_record() 2841 ect->cyl = address.cyl; in dasd_eckd_build_format() 2856 ect->cyl = address.cyl; in dasd_eckd_build_format() 2870 ect->cyl = address.cyl; in dasd_eckd_build_format() 3444 if (fmt_buffer[pos].cyl != geo.cyl || in dasd_eckd_format_evaluate_tracks() [all …]
|
| H A D | dasd_eckd.h | 142 __u16 cyl; member 150 __u16 cyl; member 155 __u16 cyl; member
|
| /linux-6.15/drivers/memstick/core/ |
| H A D | ms_block.h | 267 unsigned short cyl; member
|
| H A D | ms_block.c | 1756 msb->geometry.cylinders = chs_table[i].cyl; in msb_init_card()
|
| /linux-6.15/arch/s390/include/uapi/asm/ |
| H A D | ipl.h | 130 __u16 cyl; member
|
| /linux-6.15/drivers/ata/ |
| H A D | libata-core.c | 668 u32 cyl, head, sect; in ata_tf_read_block() local 670 cyl = tf->lbam | (tf->lbah << 8); in ata_tf_read_block() 680 block = (cyl * dev->heads + head) * dev->sectors + sect - 1; in ata_tf_read_block() 811 u32 sect, head, cyl, track; in ata_build_rw_tf() local 822 cyl = track / dev->heads; in ata_build_rw_tf() 830 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect)) in ata_build_rw_tf() 835 tf->lbam = cyl; in ata_build_rw_tf() 836 tf->lbah = cyl >> 8; in ata_build_rw_tf()
|
| H A D | libata-scsi.c | 1470 u32 sect, head, cyl, track; in ata_scsi_verify_xlat() local 1477 cyl = track / dev->heads; in ata_scsi_verify_xlat() 1485 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect)) in ata_scsi_verify_xlat() 1491 tf->lbam = cyl; in ata_scsi_verify_xlat() 1492 tf->lbah = cyl >> 8; in ata_scsi_verify_xlat()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | ipl.c | 504 if (!ipb->br_chr.cyl && \ 510 ipb->br_chr.cyl, \ 552 ipb->br_chr.cyl = args[0]; \
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1804 Format: <cyl>,<head>,<sect>
|