Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-cache-target.c182 struct cache_features { struct
324 struct cache_features features;
722 static bool writethrough_mode(struct cache_features *f) in writethrough_mode()
727 static bool writeback_mode(struct cache_features *f) in writeback_mode()
732 static bool passthrough_mode(struct cache_features *f) in passthrough_mode()
2419 struct cache_features features;
2540 static void init_features(struct cache_features *cf) in init_features()
2556 struct cache_features *cf = &ca->features; in parse_features()