Searched defs:map_info (Results 1 – 2 of 2) sorted by relevance
/include/linux/mtd/ |
D | map.h | 203 struct map_info { struct 219 map_word (*read)(struct map_info *, unsigned long); argument 220 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t); argument 222 void (*write)(struct map_info *, const map_word, unsigned long); argument 223 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); argument 234 void (*inval_cache)(struct map_info *, unsigned long, ssize_t); argument 238 void (*set_vpp)(struct map_info *, int); argument 249 struct mtd_info *(*probe)(struct map_info *map); argument
|
/include/linux/ |
D | device-mapper.h | 24 union map_info { union
|