Home
last modified time | relevance | path

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

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