Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c141 struct cache_features { struct
282 struct cache_features features;
670 static bool writethrough_mode(struct cache_features *f) in writethrough_mode()
675 static bool writeback_mode(struct cache_features *f) in writeback_mode()
680 static bool passthrough_mode(struct cache_features *f) in passthrough_mode()
2013 struct cache_features features;
2134 static void init_features(struct cache_features *cf) in init_features()
2150 struct cache_features *cf = &ca->features; in parse_features()