Searched refs:blk_update_request (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/block/ |
D | blk-core.c | 2566 bool blk_update_request(struct request *req, int error, unsigned int nr_bytes) in blk_update_request() function 2679 EXPORT_SYMBOL_GPL(blk_update_request); 2685 if (blk_update_request(rq, error, nr_bytes)) in blk_update_bidi_request() 2690 blk_update_request(rq->next_rq, error, bidi_bytes)) in blk_update_bidi_request()
|
D | blk-mq.c | 322 if (blk_update_request(rq, error, blk_rq_bytes(rq))) in blk_mq_end_request()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_lib.c | 695 if (blk_update_request(req, error, bytes)) in scsi_end_request() 700 blk_update_request(req->next_rq, error, bidi_bytes)) in scsi_end_request()
|
/linux-4.4.14/drivers/block/ |
D | swim3.c | 779 blk_update_request(req, 0, n << 9); in swim3_interrupt()
|
D | rbd.c | 2323 more = blk_update_request(img_request->rq, result, xferred); in rbd_img_obj_end_request()
|
/linux-4.4.14/include/linux/ |
D | blkdev.h | 934 extern bool blk_update_request(struct request *rq, int error,
|
/linux-4.4.14/drivers/md/ |
D | dm.c | 1074 blk_update_request(tio->orig, 0, nr_bytes); in end_clone_bio()
|