Searched refs:outtotal (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/ide/ |
| D | ide-taskfile.c | 491 int outtotal = tasksize; in ide_taskfile_ioctl() local 497 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in ide_taskfile_ioctl() 649 int outtotal = tasksize; in ide_taskfile_ioctl() local 650 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in ide_taskfile_ioctl()
|
| /Linux-v5.4/drivers/block/mtip32xx/ |
| D | mtip32xx.c | 1706 int outtotal) in exec_drive_taskfile() argument 1723 int intotal = outtotal + req_task->out_size; in exec_drive_taskfile() 1733 outbuf = memdup_user(buf + outtotal, taskout); in exec_drive_taskfile() 1912 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile() 2012 int ret, outtotal; in mtip_hw_ioctl() local 2018 outtotal = sizeof(req_task); in mtip_hw_ioctl() 2021 &req_task, outtotal); in mtip_hw_ioctl() 3261 int compat_tasksize, outtotal, ret; in mtip_block_compat_ioctl() local 3279 outtotal = sizeof(struct mtip_compat_ide_task_request_s); in mtip_block_compat_ioctl() 3282 &req_task, outtotal); in mtip_block_compat_ioctl()
|