Symbol: bio_end_sector
block/bfq-iosched.c
1804
end = bio_end_sector(bio) - 1;
block/bfq-iosched.c
2369
return elv_rb_find(&bfqq->sort_list, bio_end_sector(bio));
block/blk-iocost.c
2711
iocg->cursor = bio_end_sector(bio);
block/blk-iocost.c
2780
sector_t bio_end = bio_end_sector(bio);
block/error-injection.c
43
bio_end_sector(bio) <= inj->start)
block/mq-deadline.c
578
sector_t sector = bio_end_sector(bio);
drivers/md/bcache/request.c
1308
&KEY(d->id, bio_end_sector(bio), 0));
drivers/md/bcache/request.c
443
i->last = bio_end_sector(bio);
drivers/md/bcache/request.c
572
bch_cut_back(&KEY(s->iop.inode, bio_end_sector(n), 0), bio_key);
drivers/md/bcache/request.c
986
struct bkey end = KEY(dc->disk.id, bio_end_sector(bio), 0);
drivers/md/dm-cache-target.c
1018
sector_t se = bio_end_sector(bio);
drivers/md/dm-clone-target.c
294
end = bio_end_sector(bio) >> clone->region_shift;
drivers/md/dm-ebs-target.c
160
if (blocks && __block_mod(bio_end_sector(bio), ec->u_bs))
drivers/md/dm-ebs-target.c
199
block2 = __sector_to_block(ec, bio_end_sector(bio));
drivers/md/dm-ebs-target.c
202
if (__block_mod(bio_end_sector(bio), ec->u_bs) && block2 != block1)
drivers/md/dm-ebs-target.c
376
__block_mod(bio_end_sector(bio), ec->u_bs) ||
drivers/md/dm-raid.c
3354
if (unlikely(bio_has_data(bio) && bio_end_sector(bio) > mddev->array_sectors))
drivers/md/dm-stripe.c
257
stripe_map_range_sector(sc, bio_end_sector(bio),
drivers/md/dm-thin.c
1981
if (bio_end_sector(bio) <= tc->origin_size)
drivers/md/dm-verity-target.c
801
if (bio_end_sector(bio) >>
drivers/md/dm-writecache.c
1307
bio_end_sector(bio));
drivers/md/dm-writecache.c
1532
writecache_discard(wc, bio->bi_iter.bi_sector, bio_end_sector(bio));
drivers/md/dm-writecache.c
1796
if (unlikely(bio_end_sector(&wb->bio) >= wc->data_device_sectors))
drivers/md/dm.c
525
sector = bio_end_sector(bio) - io->sector_offset;
drivers/md/md-linear.c
260
if (unlikely(bio_end_sector(bio) > end_sector)) {
drivers/md/md.c
390
if (bio_end_sector(bio) < READ_ONCE(mddev->suspend_lo))
drivers/md/raid0.c
474
if (bio_end_sector(bio) > zone->zone_end) {
drivers/md/raid0.c
483
end = bio_end_sector(bio);
drivers/md/raid1.c
1530
bio_end_sector(bio))) {
drivers/md/raid1.c
1539
bio_end_sector(bio)));
drivers/md/raid1.c
342
(unsigned long long) bio_end_sector(bio) - 1);
drivers/md/raid1.c
563
(unsigned long long) bio_end_sector(mbio) - 1);
drivers/md/raid10.c
1363
bio_end_sector(bio)))) {
drivers/md/raid10.c
1374
bio->bi_iter.bi_sector, bio_end_sector(bio)))
drivers/md/raid10.c
1662
bio_end = bio_end_sector(bio);
drivers/md/raid10.c
1719
bio_end = bio_end_sector(bio);
drivers/md/raid5-ppl.c
498
bio->bi_iter.bi_sector = bio_end_sector(prev);
drivers/md/raid5.c
3467
if (bio_end_sector(*bip) > bi->bi_iter.bi_sector)
drivers/md/raid5.c
3472
if (*bip && (*bip)->bi_iter.bi_sector < bio_end_sector(bi))
drivers/md/raid5.c
3543
if (bio_end_sector(bi) >= sector)
drivers/md/raid5.c
3544
sector = bio_end_sector(bi);
drivers/md/raid5.c
5736
last_stripe = bio_end_sector(bi);
drivers/md/raid5.c
6179
ctx->last_sector = bio_end_sector(bi);
drivers/md/raid5.c
6675
last_sector = bio_end_sector(raid_bio);
drivers/md/raid5.h
719
if (bio_end_sector(bio) < sector + RAID5_STRIPE_SECTORS(conf))
fs/btrfs/extent_io.c
723
bio_end_sector(bio) == sector;
fs/gfs2/lops.c
301
nblk = bio_end_sector(bio);
fs/gfs2/lops.c
543
if (bio_end_sector(bio) == sector) {
fs/iomap/bio.c
153
bio_end_sector(bio) != iomap_sector(&iter->iomap, iter->pos) ||
fs/iomap/ioend.c
189
iomap_sector(&wpc->iomap, pos) != bio_end_sector(&ioend->io_bio))
fs/ntfs/bdev-io.c
59
bio->bi_iter.bi_sector = bio_end_sector(prev);
fs/ntfs/mft.c
2717
(bio_end_sector(bio) >> (vol->cluster_size_bits - 9)) !=
fs/xfs/xfs_bio_io.c
40
bio->bi_iter.bi_sector = bio_end_sector(prev);
include/linux/blkdev.h
1073
disk_zone_no(bio->bi_bdev->bd_disk, bio_end_sector(bio) - 1);