Home
last modified time | relevance | path

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

/block/
Dblk-core.c1475 unsigned bio_bytes = min(bio->bi_iter.bi_size, nr_bytes); in blk_update_request() local
1477 if (bio_bytes == bio->bi_iter.bi_size) in blk_update_request()
1482 req_bio_endio(req, bio, bio_bytes, error); in blk_update_request()
1484 total_bytes += bio_bytes; in blk_update_request()
1485 nr_bytes -= bio_bytes; in blk_update_request()