Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-cache-target.c432 static bool writethrough_mode(struct cache *cache) in writethrough_mode() function
1680 if (bio_data_dir(bio) == WRITE && writethrough_mode(cache) && in map_bio()
2369 if (writethrough_mode(cache)) { in cache_create()
2992 if (writethrough_mode(cache)) in emit_flags()
3134 DMEMIT(",writethrough=%c", writethrough_mode(cache) ? 'y' : 'n'); in cache_status()