Home
last modified time | relevance | path

Searched refs:wbt_set_write_cache (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/
H A Dblk-wbt.h15 void wbt_set_write_cache(struct request_queue *, bool);
27 static inline void wbt_set_write_cache(struct request_queue *q, bool wc) in wbt_set_write_cache() function
H A Dblk-wbt.c702 void wbt_set_write_cache(struct request_queue *q, bool write_cache_on) in wbt_set_write_cache() function
H A Dblk-settings.c849 wbt_set_write_cache(q, test_bit(QUEUE_FLAG_WC, &q->queue_flags)); in blk_queue_write_cache()