Searched refs:iov_length (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c143 int iov_length; member in struct:sockmap_options
414 static int msg_loop_sendpage(int fd, int iov_length, int cnt, argument
428 for (i = 0; i < iov_length * cnt; i++, k++)
440 sent = sendfile(fd, fp, NULL, iov_length);
473 int iov_count, int iov_length,
485 unsigned char *d = calloc(iov_length, sizeof(char));
492 iov[i].iov_len = iov_length;
497 for (j = 0; j < iov_length; j++)
551 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, argument
559 int iov_alloc_length = iov_length;
472 msg_alloc_iov(struct msghdr *msg, int iov_count, int iov_length, bool data, bool xmit) argument
[all...]
/linux-master/fs/fuse/
H A Dioctl.c70 /* Make sure iov_length() won't overflow */
233 inarg.in_size = in_size = iov_length(in_iov, in_iovs);
234 inarg.out_size = out_size = iov_length(out_iov, out_iovs);
/linux-master/drivers/vhost/
H A Dtest.c81 len = iov_length(vq->iov, out);
H A Dvsock.c152 iov_len = iov_length(&vq->iov[out], in);
345 len = iov_length(vq->iov, out);
H A Dnet.c611 size_t len = iov_length(vq->iov, out);
1059 len = iov_length(vq->iov + seg, in);
H A Dscsi.c964 vc->out_size = iov_length(vq->iov, vc->out);
965 vc->in_size = iov_length(&vq->iov[vc->out], vc->in);
/linux-master/include/linux/
H A Duio.h151 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) function
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c1044 caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen);

Completed in 228 milliseconds