Home
last modified time | relevance | path

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

/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst102 blk_update_request+0xb0/0x310
/linux/drivers/md/
H A Ddm-rq.c119 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
/linux/drivers/block/
H A Dswim3.c265 if (blk_update_request(req, err, nr_bytes)) in swim3_end_request()
758 blk_update_request(req, 0, n << 9); in swim3_interrupt()
H A Dataflop.c466 if (!blk_update_request(fd_request, err, in fd_end_request_cur()
H A Dloop.c301 blk_update_request(rq, BLK_STS_OK, cmd->ret); in lo_complete_rq()
H A Dublk_drv.c1185 if (blk_update_request(req, BLK_STS_OK, io->res)) in __ublk_complete_rq()
/linux/drivers/memstick/core/
H A Dmspro_block.c635 chunk = blk_update_request(msb->block_req, in mspro_block_issue_req()
699 chunk = blk_update_request(msb->block_req, in mspro_block_complete_req()
/linux/drivers/mmc/core/
H A Dblock.c1551 if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered)) in mmc_blk_cqe_complete_rq()
1827 } while (blk_update_request(req, error, bytes_per_read)); in mmc_blk_read_single()
1833 blk_update_request(req, BLK_STS_IOERR, bytes_per_read); in mmc_blk_read_single()
2084 if (blk_update_request(req, BLK_STS_OK, nr_bytes)) in mmc_blk_mq_complete_rq()
/linux/block/
H A Dblk-mq.c936 bool blk_update_request(struct request *req, blk_status_t error, in blk_update_request() function
1049 EXPORT_SYMBOL_GPL(blk_update_request);
1160 if (blk_update_request(rq, error, blk_rq_bytes(rq))) in blk_mq_end_request()
/linux/drivers/block/aoe/
H A Daoecmd.c1056 } while (blk_update_request(rq, bok ? BLK_STS_OK : BLK_STS_IOERR, bio->bi_iter.bi_size)); in aoe_end_request()
/linux/drivers/scsi/
H A Dscsi_lib.c637 if (blk_update_request(req, error, bytes)) in scsi_end_request()