Searched defs:map_info (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/mtd/ |
D | map.h | 205 struct map_info { struct 221 map_word (*read)(struct map_info *, unsigned long); argument 222 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t); argument 224 void (*write)(struct map_info *, const map_word, unsigned long); argument 225 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); argument 236 void (*inval_cache)(struct map_info *, unsigned long, ssize_t); argument 243 void (*set_vpp)(struct map_info *, int); argument 254 struct mtd_info *(*probe)(struct map_info *map); argument
|
/linux-4.19.296/include/linux/ |
D | device-mapper.h | 36 union map_info { union
|