Searched defs:cache_map (Results 1 – 3 of 3) sorted by relevance
36 struct cache_map { struct37 u64 start;38 u64 end;62 * CACHE_MAP_MAX is the maximum number of memory ranges in cache_map, where argument
159 const cache_map_t *cache_map; member
2631 static int cache_map(struct dm_target *ti, struct bio *bio) in cache_map() function