Home
last modified time | relevance | path

Searched refs:outtotal (Results 1 – 1 of 1) sorted by relevance

/drivers/block/mtip32xx/
Dmtip32xx.c1707 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()
3222 int compat_tasksize, outtotal, ret; in mtip_block_compat_ioctl() local
3240 outtotal = sizeof(struct mtip_compat_ide_task_request_s); in mtip_block_compat_ioctl()
3243 &req_task, outtotal); in mtip_block_compat_ioctl()