Searched refs:outtotal (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/ide/ |
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()
|
/Linux-v4.19/drivers/block/mtip32xx/ |
D | mtip32xx.c | 1834 int outtotal) in exec_drive_taskfile() argument 1851 int intotal = outtotal + req_task->out_size; in exec_drive_taskfile() 1861 outbuf = memdup_user(buf + outtotal, taskout); in exec_drive_taskfile() 2043 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile() 2143 int ret, outtotal; in mtip_hw_ioctl() local 2149 outtotal = sizeof(req_task); in mtip_hw_ioctl() 2152 &req_task, outtotal); in mtip_hw_ioctl() 3396 int compat_tasksize, outtotal, ret; in mtip_block_compat_ioctl() local 3414 outtotal = sizeof(struct mtip_compat_ide_task_request_s); in mtip_block_compat_ioctl() 3417 &req_task, outtotal); in mtip_block_compat_ioctl()
|