Searched refs:blk_update_request (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/block/ |
D | blk-core.c | 2444 bool blk_update_request(struct request *req, int error, unsigned int nr_bytes) in blk_update_request() function 2557 EXPORT_SYMBOL_GPL(blk_update_request); 2563 if (blk_update_request(rq, error, nr_bytes)) in blk_update_bidi_request() 2568 blk_update_request(rq->next_rq, error, bidi_bytes)) in blk_update_bidi_request()
|
D | blk-mq.c | 343 if (blk_update_request(rq, error, blk_rq_bytes(rq))) in blk_mq_end_request()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_lib.c | 694 if (blk_update_request(req, error, bytes)) in scsi_end_request() 699 blk_update_request(req->next_rq, error, bidi_bytes)) in scsi_end_request()
|
/linux-4.1.27/drivers/block/ |
D | swim3.c | 779 blk_update_request(req, 0, n << 9); in swim3_interrupt()
|
D | rbd.c | 2302 more = blk_update_request(img_request->rq, result, xferred); in rbd_img_obj_end_request()
|
/linux-4.1.27/include/linux/ |
D | blkdev.h | 974 extern bool blk_update_request(struct request *rq, int error,
|
/linux-4.1.27/drivers/md/ |
D | dm.c | 1041 blk_update_request(tio->orig, 0, nr_bytes); in end_clone_bio()
|