Searched refs:REQ_ALLOC_CACHE (Results 1 – 2 of 2) sorted by relevance
/include/linux/ | ||
D | blk_types.h | 458 #define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE) macro |
D | bio.h | 791 bio->bi_opf &= ~(REQ_POLLED | REQ_ALLOC_CACHE); in bio_clear_polled() |