Lines Matching refs:iov
274 struct kvec *iov) in afs_send_pages() argument
303 iov->iov_base = kmap(pages[loop]) + offset; in afs_send_pages()
304 iov->iov_len = to - offset; in afs_send_pages()
310 iov, 1, to - offset); in afs_send_pages()
344 struct kvec iov[1]; in afs_make_call() local
382 iov[0].iov_base = call->request; in afs_make_call()
383 iov[0].iov_len = call->request_size; in afs_make_call()
387 iov_iter_kvec(&msg.msg_iter, WRITE | ITER_KVEC, iov, 1, in afs_make_call()
403 ret = afs_send_pages(call, &msg, iov); in afs_make_call()
805 struct kvec iov[1]; in afs_send_simple_reply() local
810 iov[0].iov_base = (void *) buf; in afs_send_simple_reply()
811 iov[0].iov_len = len; in afs_send_simple_reply()
814 iov_iter_kvec(&msg.msg_iter, WRITE | ITER_KVEC, iov, 1, len); in afs_send_simple_reply()