Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-map.c186 if (unlikely(bio_flagged(bio, BIO_BOUNCED))) in blk_rq_unmap_user()
Dbounce.c318 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
/Linux-v4.19/include/linux/
Dblk_types.h220 #define BIO_BOUNCED 3 /* bio is a bounce bio */ macro