Home
last modified time | relevance | path

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

/linux/include/uapi/mtd/
H A Dmtd-abi.h31 struct erase_info_user64 { struct
242 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
32 starterase_info_user64 global() argument
33 lengtherase_info_user64 global() argument
/linux/drivers/mtd/
H A Dmtdchar.c929 struct erase_info_user64 einfo64; in mtdchar_ioctl()
932 sizeof(struct erase_info_user64))) { in mtdchar_ioctl()