Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-core.c1262 struct bio *bounce_bio = bio; in blk_make_request() local
1265 blk_queue_bounce(q, &bounce_bio); in blk_make_request()
1266 ret = blk_rq_append_bio(q, rq, bounce_bio); in blk_make_request()