Home
last modified time | relevance | path

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

/block/
Dt10-pi.c182 static void t10_pi_type1_complete(struct request *rq, unsigned int nr_bytes) in t10_pi_type1_complete() argument
184 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in t10_pi_type1_complete()
241 static void t10_pi_type3_complete(struct request *rq, unsigned int nr_bytes) in t10_pi_type3_complete() argument
Dblk-core.c1409 unsigned int nr_bytes) in blk_update_request() argument
1413 trace_block_rq_complete(req, blk_status_to_errno(error), nr_bytes); in blk_update_request()
1421 req->q->integrity.profile->complete_fn(req, nr_bytes); in blk_update_request()
1428 if (blk_crypto_rq_has_keyslot(req) && nr_bytes >= blk_rq_bytes(req)) in blk_update_request()
1435 blk_account_io_completion(req, nr_bytes); in blk_update_request()
1440 unsigned bio_bytes = min(bio->bi_iter.bi_size, nr_bytes); in blk_update_request()
1450 nr_bytes -= bio_bytes; in blk_update_request()
1452 if (!nr_bytes) in blk_update_request()
Dblk-integrity.c374 unsigned int nr_bytes) in blk_integrity_nop_complete() argument