Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dblk_types.h119 #define BIO_BOUNCED 5 /* bio is a bounce bio */ macro
/linux-4.1.27/block/
Dblk-map.c152 if (unlikely(bio_flagged(bio, BIO_BOUNCED))) in blk_rq_unmap_user()
Dbounce.c241 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()