inval_cache        75 drivers/mtd/maps/pxa2xx-flash.c 	info->map.inval_cache = pxa2xx_map_inval_cache;
inval_cache       222 include/linux/mtd/map.h 	void (*inval_cache)(struct map_info *, unsigned long, ssize_t);
inval_cache       257 include/linux/mtd/map.h 	do { if (map->inval_cache) map->inval_cache(map, from, size); } while (0)