Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuall.txt33 blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)
/openbmc/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst102 blk_update_request+0xb0/0x310
/openbmc/linux/drivers/md/
H A Ddm-rq.c119 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
/openbmc/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 Dswim.c548 } while (blk_update_request(req, err, blk_rq_cur_bytes(req))); in swim_queue_rq()
H A Dataflop.c466 if (!blk_update_request(fd_request, err, in fd_end_request_cur()
H A Damiflop.c1518 } while (blk_update_request(rq, err, blk_rq_cur_bytes(rq))); in amiflop_queue_rq()
H A Dloop.c351 blk_update_request(rq, BLK_STS_OK, cmd->ret); in lo_complete_rq()
H A Dublk_drv.c1097 if (blk_update_request(req, BLK_STS_OK, io->res)) in __ublk_complete_rq()
H A Dfloppy.c2265 if (blk_update_request(req, error, nr_sectors << 9)) in floppy_end_request()
/openbmc/linux/drivers/mtd/
H A Dmtd_blkdevs.c155 if (!blk_update_request(req, res, blk_rq_cur_bytes(req))) { in mtd_blktrans_work()
/openbmc/linux/drivers/mmc/core/
H A Dblock.c1525 if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered)) in mmc_blk_cqe_complete_rq()
1797 } while (blk_update_request(req, error, bytes_per_read)); in mmc_blk_read_single()
1803 blk_update_request(req, BLK_STS_IOERR, bytes_per_read); in mmc_blk_read_single()
2054 if (blk_update_request(req, BLK_STS_OK, nr_bytes)) in mmc_blk_mq_complete_rq()
/openbmc/linux/drivers/memstick/core/
H A Dmspro_block.c638 chunk = blk_update_request(msb->block_req, in mspro_block_issue_req()
702 chunk = blk_update_request(msb->block_req, in mspro_block_complete_req()
H A Dms_block.c1921 if (len && !blk_update_request(req, BLK_STS_OK, len)) { in msb_io_work()
/openbmc/linux/include/linux/
H A Dblk-mq.h1118 bool blk_update_request(struct request *rq, blk_status_t error,
/openbmc/linux/block/
H A Dblk-mq.c887 bool blk_update_request(struct request *req, blk_status_t error, in blk_update_request() function
979 EXPORT_SYMBOL_GPL(blk_update_request);
1056 if (blk_update_request(rq, error, blk_rq_bytes(rq))) in blk_mq_end_request()
/openbmc/linux/drivers/block/aoe/
H A Daoecmd.c1052 } while (blk_update_request(rq, bok ? BLK_STS_OK : BLK_STS_IOERR, bio->bi_iter.bi_size)); in aoe_end_request()
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c539 if (blk_update_request(req, error, bytes)) in scsi_end_request()
/openbmc/linux/drivers/s390/block/
H A Ddasd.c2784 blk_update_request(req, BLK_STS_OK, proc_bytes); in __dasd_cleanup_cqr()