Searched refs:blk_update_request (Results 1 – 23 of 23) sorted by relevance
/linux/drivers/block/paride/ |
A D | pd.c | 458 if (!blk_update_request(pd_req, err, in run_fsm() 528 if (!blk_update_request(pd_req, 0, blk_rq_cur_bytes(pd_req))) { in pd_next_buf()
|
A D | pf.c | 735 if (!blk_update_request(pf_req, err, blk_rq_cur_bytes(pf_req))) { in pf_end_request()
|
A D | pcd.c | 727 if (!blk_update_request(pcd_req, err, blk_rq_cur_bytes(pcd_req))) { in next_request()
|
/linux/Documentation/fault-injection/ |
A D | nvme-fault-injection.rst | 102 blk_update_request+0xb0/0x310
|
/linux/drivers/md/ |
A D | dm-rq.c | 119 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
|
/linux/drivers/block/ |
A D | swim3.c | 266 if (blk_update_request(req, err, nr_bytes)) in swim3_end_request() 759 blk_update_request(req, 0, n << 9); in swim3_interrupt()
|
A D | swim.c | 548 } while (blk_update_request(req, err, blk_rq_cur_bytes(req))); in swim_queue_rq()
|
A D | ataflop.c | 465 if (!blk_update_request(fd_request, err, in fd_end_request_cur()
|
A D | amiflop.c | 1518 } while (blk_update_request(rq, err, blk_rq_cur_bytes(rq))); in amiflop_queue_rq()
|
A D | loop.c | 355 blk_update_request(rq, BLK_STS_OK, cmd->ret); in lo_complete_rq()
|
A D | floppy.c | 2267 if (blk_update_request(req, error, nr_sectors << 9)) in floppy_end_request()
|
/linux/drivers/mtd/ |
A D | mtd_blkdevs.c | 155 if (!blk_update_request(req, res, blk_rq_cur_bytes(req))) { in mtd_blktrans_work()
|
/linux/drivers/mmc/core/ |
A D | block.c | 1449 if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered)) in mmc_blk_cqe_complete_rq() 1719 } while (blk_update_request(req, error, 512)); in mmc_blk_read_single() 1725 blk_update_request(req, BLK_STS_IOERR, 512); in mmc_blk_read_single() 1944 if (blk_update_request(req, BLK_STS_OK, nr_bytes)) in mmc_blk_mq_complete_rq()
|
/linux/include/linux/ |
A D | blk-mq.h | 1034 bool blk_update_request(struct request *rq, blk_status_t error,
|
/linux/drivers/memstick/core/ |
A D | mspro_block.c | 710 chunk = blk_update_request(msb->block_req, in mspro_block_issue_req() 774 chunk = blk_update_request(msb->block_req, in mspro_block_complete_req()
|
A D | ms_block.c | 1921 if (len && !blk_update_request(req, BLK_STS_OK, len)) { in msb_io_work()
|
/linux/block/ |
A D | blk-mq.c | 710 bool blk_update_request(struct request *req, blk_status_t error, in blk_update_request() function 792 EXPORT_SYMBOL_GPL(blk_update_request); 821 if (blk_update_request(rq, error, blk_rq_bytes(rq))) in blk_mq_end_request() 859 blk_update_request(rq, BLK_STS_OK, blk_rq_bytes(rq)); in blk_mq_end_request_batch()
|
/linux/drivers/block/aoe/ |
A D | aoecmd.c | 1045 } while (blk_update_request(rq, bok ? BLK_STS_OK : BLK_STS_IOERR, bio->bi_iter.bi_size)); in aoe_end_request()
|
/linux/drivers/scsi/ |
A D | scsi_lib.c | 543 if (blk_update_request(req, error, bytes)) in scsi_end_request()
|
/linux/drivers/s390/block/ |
A D | dasd.c | 2768 blk_update_request(req, BLK_STS_OK, in __dasd_cleanup_cqr()
|
/linux/ |
A D | vmlinux.symvers | 4600 0x00000000 blk_update_request vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 15851 ffff80001046df60 T blk_update_request
|
A D | .tmp_System.map | 15851 ffff80001046df60 T blk_update_request
|
Completed in 389 milliseconds