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

/linux-master/include/linux/
H A Dblk_types.h412 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
/linux-master/block/
H A Dblk-map.c245 if (bio->bi_opf & REQ_ALLOC_CACHE) {
258 if (rq->cmd_flags & REQ_ALLOC_CACHE && (nr_vecs <= BIO_INLINE_VECS)) {
H A Dbio.c504 if (opf & REQ_ALLOC_CACHE) {
512 * REQ_ALLOC_CACHE to particpate in per-cpu alloc cache.
515 opf &= ~REQ_ALLOC_CACHE;
552 opf &= ~REQ_ALLOC_CACHE;
807 if (bio->bi_opf & REQ_ALLOC_CACHE)
H A Dfops.c179 opf |= REQ_ALLOC_CACHE;
319 opf |= REQ_ALLOC_CACHE;
/linux-master/drivers/nvme/host/
H A Dioctl.c446 blk_opf_t rq_flags = REQ_ALLOC_CACHE;

Completed in 128 milliseconds