Lines Matching refs:error
229 "%s: %s error, dev %s, sector %llu op 0x%x:(%s) flags 0x%x "
240 unsigned int nbytes, blk_status_t error)
242 if (error)
243 bio->bi_status = error;
250 if (req_op(rq) == REQ_OP_ZONE_APPEND && error == BLK_STS_OK) {
1398 * @error: block status code
1421 bool blk_update_request(struct request *req, blk_status_t error,
1426 trace_block_rq_complete(req, blk_status_to_errno(error), nr_bytes);
1433 error == BLK_STS_OK)
1444 if (unlikely(error && !blk_rq_is_passthrough(req) &&
1446 print_req_error(req, error, __func__);
1460 req_bio_endio(req, bio, bio_bytes, error);