Searched refs:sectors (Results 1 – 6 of 6) sorted by relevance
/block/partitions/ |
D | ibm.c | 40 return cyl * geo->heads * geo->sectors + in cchh2blk() 41 head * geo->sectors; in cchh2blk() 58 return cyl * geo->heads * geo->sectors + in cchhb2blk() 59 head * geo->sectors + in cchhb2blk() 176 offset + geo->sectors; in find_vol1_partitions() 221 * geo->sectors * secperblk; in find_lnx1_partitions()
|
/block/ |
D | partition-generic.c | 127 (unsigned long long)part_stat_read(p, sectors[READ]), in part_stat_show() 131 (unsigned long long)part_stat_read(p, sectors[WRITE]), in part_stat_show()
|
D | genhd.c | 1184 part_stat_read(hd, sectors[READ]), in diskstats_show() 1188 part_stat_read(hd, sectors[WRITE]), in diskstats_show()
|
D | cfq-iosched.c | 188 struct blkg_stat sectors; member 674 blkg_stat_add(&cfqg->stats.sectors, bytes >> 9); in cfqg_stats_update_dispatch() 1875 .private = offsetof(struct cfq_group, stats.sectors), 1917 .private = offsetof(struct cfq_group, stats.sectors),
|
D | compat_ioctl.c | 46 unsigned char sectors; member
|
D | blk-core.c | 2028 part_stat_add(cpu, part, sectors[rw], bytes >> 9); in blk_account_io_completion()
|