Lines Matching refs:nr_bytes
955 unsigned int nr_bytes) in blk_update_request() argument
961 trace_block_rq_complete(req, error, nr_bytes); in blk_update_request()
968 blk_integrity_complete(req, nr_bytes); in blk_update_request()
974 if (blk_crypto_rq_has_keyslot(req) && nr_bytes >= blk_rq_bytes(req)) in blk_update_request()
980 trace_block_rq_error(req, error, nr_bytes); in blk_update_request()
983 blk_account_io_completion(req, nr_bytes); in blk_update_request()
988 unsigned bio_bytes = min(bio->bi_iter.bi_size, nr_bytes); in blk_update_request()
1020 nr_bytes -= bio_bytes; in blk_update_request()
1022 if (!nr_bytes) in blk_update_request()