Searched refs:BIO_USER_MAPPED (Results 1 – 3 of 3) sorted by relevance
33 if (bio_flagged(bio, BIO_USER_MAPPED)) in __blk_rq_unmap_user()111 if (!bio_flagged(bio, BIO_USER_MAPPED)) in blk_rq_map_user_iov()
1379 bio->bi_flags |= (1 << BIO_USER_MAPPED); in bio_map_user_iov()
120 #define BIO_USER_MAPPED 6 /* contains user pages */ macro