/linux-4.19.296/block/partitions/ |
D | acorn.c | 206 (dr->heads + (dr->lowsector & 0x40 ? 1 : 0)) * in adfspart_check_CUMANA() 258 unsigned long start_sect, nr_sects, sectscyl, heads; in adfspart_check_ADFS() local 275 heads = dr->heads + ((dr->lowsector >> 6) & 1); in adfspart_check_ADFS() 276 sectscyl = dr->secspertrack * heads; in adfspart_check_ADFS()
|
D | ibm.c | 41 return cyl * geo->heads * geo->sectors + in cchh2blk() 59 return cyl * geo->heads * geo->sectors + in cchhb2blk() 221 geo_size = geo->cylinders * geo->heads in find_lnx1_partitions()
|
/linux-4.19.296/include/linux/ |
D | amifd.h | 34 unsigned int heads; /* number of heads */ member
|
D | perf_event.h | 535 struct hlist_head heads[SWEVENT_HLIST_SIZE]; member
|
D | libata.h | 732 u16 heads; /* Number of heads */ member
|
/linux-4.19.296/include/uapi/linux/ |
D | adfs_fs.h | 14 __u8 heads; member
|
D | virtio_blk.h | 66 __u8 heads; member
|
D | hdreg.h | 325 unsigned char heads; member 403 unsigned short heads; /* Obsolete, "physical" heads */ member
|
D | msdos_fs.h | 126 __le16 heads; /* number of heads */ member
|
/linux-4.19.296/include/linux/mtd/ |
D | nftl.h | 40 unsigned char heads; member
|
D | inftl.h | 34 unsigned char heads; member
|
/linux-4.19.296/drivers/memstick/core/ |
D | mspro_block.c | 131 __be16 heads; member 149 unsigned short heads; member 239 geo->heads = msb->heads; in mspro_block_bd_getgeo() 487 be16_to_cpu(x_devinfo->heads)); in mspro_block_attr_show_devinfo() 1192 msb->heads = be16_to_cpu(dev_info->heads); in mspro_block_init_disk()
|
D | ms_block.c | 1752 msb->geometry.heads = chs_table[i].head; in msb_init_card()
|
/linux-4.19.296/drivers/s390/block/ |
D | xpram.c | 244 geo->heads = 4; in xpram_getgeo()
|
D | dasd_eckd.c | 250 u16 heads, beghead, endhead; in define_extent() local 330 heads = private->rdc_data.trk_per_cyl; in define_extent() 331 begcyl = trk / heads; in define_extent() 332 beghead = trk % heads; in define_extent() 333 endcyl = totrk / heads; in define_extent() 334 endhead = totrk % heads; in define_extent() 2050 geo->heads = private->rdc_data.trk_per_cyl; in dasd_eckd_fill_geometry() 3394 u16 heads, beghead, endhead; in prepare_itcw() local 3474 heads = basepriv->rdc_data.trk_per_cyl; in prepare_itcw() 3475 begcyl = trk / heads; in prepare_itcw() [all …]
|
D | dasd_diag.c | 480 geo->heads = 16; in dasd_diag_fill_geometry()
|
D | dasd_fba.c | 221 geo->heads = 16; in dasd_fba_fill_geometry()
|
/linux-4.19.296/drivers/message/fusion/ |
D | mptscsih.c | 2087 int heads; in mptscsih_bios_param() local 2092 heads = 64; in mptscsih_bios_param() 2095 dummy = heads * sectors; in mptscsih_bios_param() 2104 heads = 255; in mptscsih_bios_param() 2106 dummy = heads * sectors; in mptscsih_bios_param() 2112 geom[0] = heads; in mptscsih_bios_param()
|
/linux-4.19.296/block/ |
D | compat_ioctl.c | 46 unsigned char heads; member
|
/linux-4.19.296/fs/ntfs/ |
D | layout.h | 61 le16 heads; /* irrelevant */ member
|
/linux-4.19.296/fs/reiserfs/ |
D | journal.c | 2105 static void brelse_array(struct buffer_head **heads, int num) in brelse_array() argument 2109 brelse(heads[i]); in brelse_array()
|
/linux-4.19.296/fs/fat/ |
D | inode.c | 1451 if (b->heads) in fat_bpb_is_zero()
|
/linux-4.19.296/fs/btrfs/ |
D | extent-tree.c | 2724 static inline u64 heads_to_leaves(struct btrfs_fs_info *fs_info, u64 heads) in heads_to_leaves() argument 2728 num_bytes = heads * (sizeof(struct btrfs_extent_item) + in heads_to_leaves() 2731 num_bytes += heads * sizeof(struct btrfs_tree_block_info); in heads_to_leaves()
|
/linux-4.19.296/lib/ |
D | Kconfig.debug | 489 Enable this to turn on debugging of RCU list heads (call_rcu() usage).
|