Searched refs:blk_queue_bounce (Results 1 – 3 of 3) sorted by relevance
187 extern inline struct buffer_head *blk_queue_bounce(request_queue_t *q, int rw, in blk_queue_bounce() function202 #define blk_queue_bounce(q, rw, bh) (bh) macro
1035 bh = blk_queue_bounce(q, rw, bh); in __make_request()
490 rbh = blk_queue_bounce(q, rw, rbh); in loop_make_request()