Searched refs:blk_update_request (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/fault-injection/ |
| H A D | nvme-fault-injection.rst | 102 blk_update_request+0xb0/0x310
|
| /linux/drivers/md/ |
| H A D | dm-rq.c | 119 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
|
| /linux/drivers/block/ |
| H A D | swim3.c | 265 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 D | ataflop.c | 466 if (!blk_update_request(fd_request, err, in fd_end_request_cur()
|
| H A D | loop.c | 301 blk_update_request(rq, BLK_STS_OK, cmd->ret); in lo_complete_rq()
|
| H A D | ublk_drv.c | 1185 if (blk_update_request(req, BLK_STS_OK, io->res)) in __ublk_complete_rq()
|
| /linux/drivers/memstick/core/ |
| H A D | mspro_block.c | 635 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 D | block.c | 1551 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 D | blk-mq.c | 936 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 D | aoecmd.c | 1056 } 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 D | scsi_lib.c | 637 if (blk_update_request(req, error, bytes)) in scsi_end_request()
|