Searched refs:outtotal (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2012 int outtotal) in exec_drive_taskfile() argument 2029 int intotal = outtotal + req_task->out_size; in exec_drive_taskfile() 2046 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in exec_drive_taskfile() 2233 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile() 2333 int ret, outtotal; in mtip_hw_ioctl() local 2339 outtotal = sizeof(req_task); in mtip_hw_ioctl() 2342 &req_task, outtotal); in mtip_hw_ioctl() 3562 int compat_tasksize, outtotal, ret; in mtip_block_compat_ioctl() local 3580 outtotal = sizeof(struct mtip_compat_ide_task_request_s); in mtip_block_compat_ioctl() 3583 &req_task, outtotal); in mtip_block_compat_ioctl()
|