Searched defs:sectors (Results 1 – 11 of 11) sorted by relevance
/block/ |
D | badblocks.c | 53 int badblocks_check(struct badblocks *bb, sector_t s, int sectors, in badblocks_check() 163 int badblocks_set(struct badblocks *bb, sector_t s, int sectors, in badblocks_set() 331 int badblocks_clear(struct badblocks *bb, sector_t s, int sectors) in badblocks_clear()
|
D | blk-merge.c | 148 unsigned sectors = blk_max_size_offset(q, bio->bi_iter.bi_sector, 0); in get_max_io_size() local 200 unsigned *sectors, unsigned max_segs, in bvec_split_segs() 253 unsigned nsegs = 0, sectors = 0; in blk_bio_segment_split() local
|
D | bounce.c | 217 int sectors = 0; in __blk_queue_bounce() local
|
D | blk-core.c | 1306 unsigned int sectors, unsigned int op, in __part_start_io_acct() 1346 unsigned long disk_start_io_acct(struct gendisk *disk, unsigned int sectors, in disk_start_io_acct()
|
D | blk-settings.c | 485 static unsigned int blk_round_down_sectors(unsigned int sectors, unsigned int lbs) in blk_round_down_sectors()
|
D | ioctl.c | 406 unsigned char sectors; member
|
D | genhd.c | 55 void set_capacity(struct gendisk *disk, sector_t sectors) in set_capacity()
|
D | bio.c | 1496 struct bio *bio_split(struct bio *bio, int sectors, in bio_split()
|
D | blk-throttle.c | 361 #define request_bucket_index(sectors) \ argument
|
D | blk-mq.c | 53 int ddir, sectors, bucket; in blk_mq_poll_stats_bkt() local
|
/block/partitions/ |
D | core.c | 90 static void bdev_set_nr_sectors(struct block_device *bdev, sector_t sectors) in bdev_set_nr_sectors()
|