Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-mq.c988 unsigned bio_bytes = min(bio->bi_iter.bi_size, nr_bytes); in blk_update_request() local
993 if (bio_bytes == bio->bi_iter.bi_size) { in blk_update_request()
1009 bio_advance(bio, bio_bytes); in blk_update_request()
1019 total_bytes += bio_bytes; in blk_update_request()
1020 nr_bytes -= bio_bytes; in blk_update_request()