Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-map.c245 if (bio->bi_opf & REQ_ALLOC_CACHE) { in blk_mq_map_bio_put()
258 if (rq->cmd_flags & REQ_ALLOC_CACHE && (nr_vecs <= BIO_INLINE_VECS)) { in blk_rq_map_bio_alloc()
H A Dbio.c515 if (opf & REQ_ALLOC_CACHE) { in bio_alloc_bioset()
526 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()
563 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()
818 if (bio->bi_opf & REQ_ALLOC_CACHE) in bio_put()
H A Dfops.c180 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO()
328 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO_async()
/linux-6.15/include/linux/
H A Dblk_types.h408 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
/linux-6.15/drivers/nvme/host/
H A Dioctl.c461 blk_opf_t rq_flags = REQ_ALLOC_CACHE; in nvme_uring_cmd_io()