Searched refs:usr_oob (Results 1 – 2 of 2) sorted by relevance
598 const void __user *usr_data, *usr_oob; in mtdchar_write_ioctl() local608 usr_oob = (const void __user *)(uintptr_t)req.usr_oob; in mtdchar_write_ioctl()616 if (!usr_oob) in mtdchar_write_ioctl()669 copy_from_user(oobbuf, usr_oob, ops.ooblen)) { in mtdchar_write_ioctl()683 usr_oob += ops.oobretlen; in mtdchar_write_ioctl()697 void __user *usr_data, *usr_oob; in mtdchar_read_ioctl() local711 usr_oob = (void __user *)(uintptr_t)req.usr_oob; in mtdchar_read_ioctl()719 if (!usr_oob) in mtdchar_read_ioctl()785 copy_to_user(usr_oob, ops.oobbuf, ops.oobretlen)) { in mtdchar_read_ioctl()795 usr_oob += ops.oobretlen; in mtdchar_read_ioctl()
89 __u64 usr_oob; member135 __u64 usr_oob; member