Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-core.c2566 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()
Dblk-mq.c322 if (blk_update_request(rq, error, blk_rq_bytes(rq))) in blk_mq_end_request()
/linux-4.4.14/drivers/scsi/
Dscsi_lib.c695 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/
Dswim3.c779 blk_update_request(req, 0, n << 9); in swim3_interrupt()
Drbd.c2323 more = blk_update_request(img_request->rq, result, xferred); in rbd_img_obj_end_request()
/linux-4.4.14/include/linux/
Dblkdev.h934 extern bool blk_update_request(struct request *rq, int error,
/linux-4.4.14/drivers/md/
Ddm.c1074 blk_update_request(tio->orig, 0, nr_bytes); in end_clone_bio()