Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dmtdchar.c723 struct erase_info_user einfo32; in mtdchar_ioctl() local
725 if (copy_from_user(&einfo32, argp, in mtdchar_ioctl()
730 erase->addr = einfo32.start; in mtdchar_ioctl()
731 erase->len = einfo32.length; in mtdchar_ioctl()