Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk_types.h432 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro
/linux/block/
H A Dbio.c554 opf |= REQ_ALLOC_CACHE; in bio_alloc_bioset()
557 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()
600 opf &= ~REQ_ALLOC_CACHE; in bio_alloc_bioset()
849 if (bio->bi_opf & REQ_ALLOC_CACHE) in bio_put()