Searched refs:usr_oob (Results 1 – 2 of 2) sorted by relevance
598 const void __user *usr_data, *usr_oob; in mtdchar_write_ioctl() local607 usr_oob = (const void __user *)(uintptr_t)req.usr_oob; in mtdchar_write_ioctl()615 if (!usr_oob) in mtdchar_write_ioctl()668 copy_from_user(oobbuf, usr_oob, ops.ooblen)) { in mtdchar_write_ioctl()682 usr_oob += ops.oobretlen; in mtdchar_write_ioctl()696 void __user *usr_data, *usr_oob; in mtdchar_read_ioctl() local709 usr_oob = (void __user *)(uintptr_t)req.usr_oob; in mtdchar_read_ioctl()717 if (!usr_oob) in mtdchar_read_ioctl()783 copy_to_user(usr_oob, ops.oobbuf, ops.oobretlen)) { in mtdchar_read_ioctl()793 usr_oob += ops.oobretlen; in mtdchar_read_ioctl()
89 __u64 usr_oob; member135 __u64 usr_oob; member