Searched refs:REQ_ALLOC_CACHE (Results 1 - 5 of 5) sorted by last modified time

/linux-master/include/linux/
H A Dblk_types.h400 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
/linux-master/drivers/nvme/host/
H A Dioctl.c453 blk_opf_t rq_flags = REQ_ALLOC_CACHE;
/linux-master/block/
H A Dfops.c172 opf |= REQ_ALLOC_CACHE;
309 opf |= REQ_ALLOC_CACHE;
H A Dbio.c515 if (opf & REQ_ALLOC_CACHE) {
523 * REQ_ALLOC_CACHE to particpate in per-cpu alloc cache.
526 opf &= ~REQ_ALLOC_CACHE;
563 opf &= ~REQ_ALLOC_CACHE;
818 if (bio->bi_opf & REQ_ALLOC_CACHE)
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)) {

Completed in 134 milliseconds