Lines Matching defs:nr_bytes
1399 * @nr_bytes: number of bytes to complete @req
1410 * Passing the result of blk_rq_bytes() as @nr_bytes guarantees
1422 unsigned int nr_bytes)
1426 trace_block_rq_complete(req, blk_status_to_errno(error), nr_bytes);
1434 req->q->integrity.profile->complete_fn(req, nr_bytes);
1441 if (blk_crypto_rq_has_keyslot(req) && nr_bytes >= blk_rq_bytes(req))
1448 blk_account_io_completion(req, nr_bytes);
1453 unsigned bio_bytes = min(bio->bi_iter.bi_size, nr_bytes);
1463 nr_bytes -= bio_bytes;
1465 if (!nr_bytes)