Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/fault-injection/
Dnvme-fault-injection.txt98 blk_update_request+0xb0/0x310
/Linux-v4.19/drivers/mmc/core/
Dblock.c1478 if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered)) in mmc_blk_cqe_complete_rq()
1727 } while (blk_update_request(req, error, 512)); in mmc_blk_read_single()
1733 blk_update_request(req, BLK_STS_IOERR, 512); in mmc_blk_read_single()
1932 if (blk_update_request(req, BLK_STS_OK, nr_bytes)) in mmc_blk_mq_complete_rq()
/Linux-v4.19/block/
Dblk-core.c3076 bool blk_update_request(struct request *req, blk_status_t error, in blk_update_request() function
3152 EXPORT_SYMBOL_GPL(blk_update_request);
3158 if (blk_update_request(rq, error, nr_bytes)) in blk_update_bidi_request()
3163 blk_update_request(rq->next_rq, error, bidi_bytes)) in blk_update_bidi_request()
Dblk-mq.c544 if (blk_update_request(rq, error, blk_rq_bytes(rq))) in blk_mq_end_request()
/Linux-v4.19/drivers/md/
Ddm-rq.c156 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
/Linux-v4.19/drivers/scsi/
Dscsi_lib.c673 if (blk_update_request(req, error, bytes)) in scsi_end_request()
678 blk_update_request(req->next_rq, error, bidi_bytes)) in scsi_end_request()
/Linux-v4.19/drivers/block/
Dswim3.c778 blk_update_request(req, 0, n << 9); in swim3_interrupt()
Dloop.c470 blk_update_request(rq, BLK_STS_OK, cmd->ret); in lo_complete_rq()
/Linux-v4.19/include/linux/
Dblkdev.h1173 extern bool blk_update_request(struct request *rq, blk_status_t error,