Home
last modified time | relevance | path

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

/linux-3.3/block/
Dblk-core.c2095 bool blk_update_request(struct request *req, int error, unsigned int nr_bytes) in blk_update_request() function
2244 EXPORT_SYMBOL_GPL(blk_update_request);
2250 if (blk_update_request(rq, error, nr_bytes)) in blk_update_bidi_request()
2255 blk_update_request(rq->next_rq, error, bidi_bytes)) in blk_update_bidi_request()
/linux-3.3/include/linux/
Dblkdev.h799 extern bool blk_update_request(struct request *rq, int error,
/linux-3.3/drivers/block/
Dswim3.c778 blk_update_request(req, 0, n << 9); in swim3_interrupt()
/linux-3.3/drivers/md/
Ddm.c741 blk_update_request(tio->orig, 0, nr_bytes); in end_clone_bio()