Searched refs:outtotal (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/ide/ |
D | ide-taskfile.c | 496 int outtotal = tasksize; in ide_taskfile_ioctl() local 502 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in ide_taskfile_ioctl() 654 int outtotal = tasksize; in ide_taskfile_ioctl() local 655 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in ide_taskfile_ioctl()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2015 int outtotal) in exec_drive_taskfile() argument 2032 int intotal = outtotal + req_task->out_size; in exec_drive_taskfile() 2049 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in exec_drive_taskfile() 2236 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile() 2336 int ret, outtotal; in mtip_hw_ioctl() local 2342 outtotal = sizeof(req_task); in mtip_hw_ioctl() 2345 &req_task, outtotal); in mtip_hw_ioctl() 3596 int compat_tasksize, outtotal, ret; in mtip_block_compat_ioctl() local 3614 outtotal = sizeof(struct mtip_compat_ide_task_request_s); in mtip_block_compat_ioctl() 3617 &req_task, outtotal); in mtip_block_compat_ioctl()
|