Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A 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()
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 Dfops.c178 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO()
317 opf |= REQ_ALLOC_CACHE; in __blkdev_direct_IO_async()
/openbmc/linux/include/linux/
H A Dblk_types.h453 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
/openbmc/linux/drivers/nvme/host/
H A Dioctl.c569 blk_opf_t rq_flags = REQ_ALLOC_CACHE; in nvme_uring_cmd_io()