Home
last modified time | relevance | path

Searched refs:heads (Results 1 – 24 of 24) sorted by relevance

/linux-4.19.296/block/partitions/
Dacorn.c206 (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()
Dibm.c41 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/
Damifd.h34 unsigned int heads; /* number of heads */ member
Dperf_event.h535 struct hlist_head heads[SWEVENT_HLIST_SIZE]; member
Dlibata.h732 u16 heads; /* Number of heads */ member
/linux-4.19.296/include/uapi/linux/
Dadfs_fs.h14 __u8 heads; member
Dvirtio_blk.h66 __u8 heads; member
Dhdreg.h325 unsigned char heads; member
403 unsigned short heads; /* Obsolete, "physical" heads */ member
Dmsdos_fs.h126 __le16 heads; /* number of heads */ member
/linux-4.19.296/include/linux/mtd/
Dnftl.h40 unsigned char heads; member
Dinftl.h34 unsigned char heads; member
/linux-4.19.296/drivers/memstick/core/
Dmspro_block.c131 __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()
Dms_block.c1752 msb->geometry.heads = chs_table[i].head; in msb_init_card()
/linux-4.19.296/drivers/s390/block/
Dxpram.c244 geo->heads = 4; in xpram_getgeo()
Ddasd_eckd.c250 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 …]
Ddasd_diag.c480 geo->heads = 16; in dasd_diag_fill_geometry()
Ddasd_fba.c221 geo->heads = 16; in dasd_fba_fill_geometry()
/linux-4.19.296/drivers/message/fusion/
Dmptscsih.c2087 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/
Dcompat_ioctl.c46 unsigned char heads; member
/linux-4.19.296/fs/ntfs/
Dlayout.h61 le16 heads; /* irrelevant */ member
/linux-4.19.296/fs/reiserfs/
Djournal.c2105 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/
Dinode.c1451 if (b->heads) in fat_bpb_is_zero()
/linux-4.19.296/fs/btrfs/
Dextent-tree.c2724 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/
DKconfig.debug489 Enable this to turn on debugging of RCU list heads (call_rcu() usage).