Lines Matching defs:iter
1440 static long vmsplice_to_user(struct file *file, struct iov_iter *iter,
1445 .total_len = iov_iter_count(iter),
1447 .u.data = iter
1473 static long vmsplice_to_pipe(struct file *file, struct iov_iter *iter,
1492 ret = iter_to_pipe(iter, pipe, buf_flag);
1537 struct iov_iter iter;
1551 ARRAY_SIZE(iovstack), &iov, &iter);
1555 if (!iov_iter_count(&iter))
1558 error = vmsplice_to_pipe(f.file, &iter, flags);
1560 error = vmsplice_to_user(f.file, &iter, flags);