Searched refs:REQ_ALLOC_CACHE (Results 1 – 5 of 5) sorted by relevance
236 if (bio->bi_opf & REQ_ALLOC_CACHE) { in blk_mq_map_bio_put()250 blk_opf_t opf = rq->cmd_flags | REQ_ALLOC_CACHE; in blk_rq_map_bio_alloc()
186 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO()310 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO_async()
482 if (opf & REQ_ALLOC_CACHE) { in bio_alloc_bioset()493 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()744 if ((bio->bi_opf & REQ_ALLOC_CACHE) && !WARN_ON_ONCE(in_interrupt())) { in bio_put()
450 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
788 bio->bi_opf &= ~(REQ_POLLED | REQ_ALLOC_CACHE); in bio_clear_polled()