Home
last modified time | relevance | path

Searched refs:sectors (Results 1 – 6 of 6) sorted by relevance

/block/partitions/
Dibm.c40 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/
Dpartition-generic.c127 (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()
Dgenhd.c1184 part_stat_read(hd, sectors[READ]), in diskstats_show()
1188 part_stat_read(hd, sectors[WRITE]), in diskstats_show()
Dcfq-iosched.c188 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),
Dcompat_ioctl.c46 unsigned char sectors; member
Dblk-core.c2028 part_stat_add(cpu, part, sectors[rw], bytes >> 9); in blk_account_io_completion()