Home
last modified time | relevance | path

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

/linux-3.4.99/block/
Dblk-core.c615 blk_queue_make_request(q, blk_queue_bio); in blk_init_allocated_queue()
1317 void blk_queue_bio(struct request_queue *q, struct bio *bio) in blk_queue_bio() function
1428 EXPORT_SYMBOL_GPL(blk_queue_bio); /* for device mapper only */
/linux-3.4.99/include/linux/
Dblkdev.h695 extern void blk_queue_bio(struct request_queue *q, struct bio *bio);
/linux-3.4.99/drivers/md/
Ddm.c1452 blk_queue_bio(q, bio); in dm_request()