Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dbio.c504 if (opf & REQ_ALLOC_CACHE) { in bio_alloc_bioset()
515 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()
552 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()
805 if (bio->bi_opf & REQ_ALLOC_CACHE) in bio_put()
Dblk-map.c238 if (bio->bi_opf & REQ_ALLOC_CACHE) { in blk_mq_map_bio_put()
251 if (rq->cmd_flags & REQ_ALLOC_CACHE && (nr_vecs <= BIO_INLINE_VECS)) { in blk_rq_map_bio_alloc()
Dfops.c178 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO()
317 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO_async()
/Linux-v6.6/include/linux/
Dblk_types.h452 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
/Linux-v6.6/drivers/nvme/host/
Dioctl.c565 blk_opf_t rq_flags = REQ_ALLOC_CACHE; in nvme_uring_cmd_io()