Home
last modified time | relevance | path

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

/linux-3.4.99/block/
Dblk-core.c1037 struct bio *bounce_bio = bio; in blk_make_request() local
1040 blk_queue_bounce(q, &bounce_bio); in blk_make_request()
1041 ret = blk_rq_append_bio(q, rq, bounce_bio); in blk_make_request()