Home
last modified time | relevance | path

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

/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst102 blk_update_request+0xb0/0x310
/linux/drivers/mtd/
H A Dmtd_blkdevs.c155 if (!blk_update_request(req, res, blk_rq_cur_bytes(req))) { in mtd_blktrans_work()
/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 Dloop.c302 blk_update_request(rq, BLK_STS_OK, cmd->ret); in lo_complete_rq()
H A Dfloppy.c2264 if (blk_update_request(req, error, nr_sectors << 9)) in floppy_end_request()
/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()
H A Dms_block.c1924 if (len && !blk_update_request(req, BLK_STS_OK, len)) { in msb_io_work()
/linux/block/
H A Dblk-mq.c954 bool blk_update_request(struct request *req, blk_status_t error, in blk_update_request() function
1067 EXPORT_SYMBOL_GPL(blk_update_request);
1147 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/s390/block/
H A Ddasd.c2809 blk_update_request(req, BLK_STS_OK, proc_bytes); in __dasd_cleanup_cqr()