Lines Matching defs:taskout
473 unsigned int taskout = 0;
481 taskout = req_task->out_size;
484 if (taskin > 65536 || taskout > 65536) {
489 if (taskout) {
491 outbuf = kzalloc(taskout, GFP_KERNEL);
496 if (copy_from_user(outbuf, buf + outtotal, taskout)) {
503 int intotal = tasksize + taskout;
589 nsect = taskout / SECTOR_SIZE;
647 if (taskout) {
649 if (copy_to_user(buf + outtotal, outbuf, taskout)) {
655 int intotal = tasksize + taskout;