Lines Matching refs:iov_len
261 rqstp->rq_vec[v].iov_len = min_t(unsigned int, len, PAGE_SIZE);
262 len -= rqstp->rq_vec[v].iov_len;
295 if (hdr > head->iov_len)
297 dlen = head->iov_len + rqstp->rq_arg.page_len - hdr;
311 args->first.iov_len = head->iov_len - hdr;
384 args->first.iov_len = rqstp->rq_arg.head[0].iov_len;
385 args->first.iov_len -= (char *)p - base;
398 if (xdrlen > args->first.iov_len - (8 * sizeof(__be32)))
484 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3);
508 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count&3);