Searched refs:outtotal (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-taskfile.c | 490 int outtotal = tasksize; in ide_taskfile_ioctl() local 496 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in ide_taskfile_ioctl() 648 int outtotal = tasksize; in ide_taskfile_ioctl() local 649 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in ide_taskfile_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/block/mtip32xx/ |
| H A D | mtip32xx.c | 1707 int outtotal) in exec_drive_taskfile() argument 1724 int intotal = outtotal + req_task->out_size; in exec_drive_taskfile() 1734 outbuf = memdup_user(buf + outtotal, taskout); in exec_drive_taskfile() 1913 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile() 2013 int ret, outtotal; in mtip_hw_ioctl() local 2019 outtotal = sizeof(req_task); in mtip_hw_ioctl() 2022 &req_task, outtotal); in mtip_hw_ioctl() 3262 int compat_tasksize, outtotal, ret; in mtip_block_compat_ioctl() local 3280 outtotal = sizeof(struct mtip_compat_ide_task_request_s); in mtip_block_compat_ioctl() 3283 &req_task, outtotal); in mtip_block_compat_ioctl()
|