Lines Matching defs:iovs
64 struct iovec iovs[IOV_BATCH_SIZE];
913 uring_sock_readv_no_pipe(struct spdk_sock *_sock, struct iovec *iovs, int iovcnt)
928 return sock_readv(sock->fd, iovs, iovcnt);
941 return sock_readv(sock->fd, iovs, iovcnt);
951 iov = iovs[i];
1255 iovcnt = spdk_sock_prep_reqs(&sock->base, task->iovs, task->iov_cnt, &task->last_req, &flags);
1262 task->msg.msg_iov = task->iovs;
1974 struct iovec iovs[IOV_BATCH_SIZE];
1995 iovcnt = spdk_sock_prep_reqs(_sock, iovs, 0, NULL, &flags);
2002 msg.msg_iov = iovs;