Home
last modified time | relevance | path

Searched refs:REQ_ALLOC_CACHE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/block/
Dblk-map.c236 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()
Dfops.c186 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO()
310 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO_async()
Dbio.c482 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()
/linux-6.1.9/include/linux/
Dblk_types.h450 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
Dbio.h788 bio->bi_opf &= ~(REQ_POLLED | REQ_ALLOC_CACHE); in bio_clear_polled()