Searched refs:iov_length (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 143 int iov_length; member 414 static int msg_loop_sendpage(int fd, int iov_length, int cnt, in msg_loop_sendpage() argument 428 for (i = 0; i < iov_length * cnt; i++, k++) in msg_loop_sendpage() 440 sent = sendfile(fd, fp, NULL, iov_length); in msg_loop_sendpage() 473 int iov_count, int iov_length, in msg_alloc_iov() argument 485 unsigned char *d = calloc(iov_length, sizeof(char)); in msg_alloc_iov() 492 iov[i].iov_len = iov_length; in msg_alloc_iov() 497 for (j = 0; j < iov_length; j++) in msg_alloc_iov() 551 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, in msg_loop() argument 559 int iov_alloc_length = iov_length; in msg_loop() [all …]
|
/linux-6.1.9/fs/fuse/ |
D | ioctl.c | 224 inarg.in_size = in_size = iov_length(in_iov, in_iovs); in fuse_do_ioctl() 225 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl()
|
/linux-6.1.9/drivers/vhost/ |
D | test.c | 81 len = iov_length(vq->iov, out); in handle_vq()
|
D | vsock.c | 161 iov_len = iov_length(&vq->iov[out], in); in vhost_transport_do_send_pkt() 373 len = iov_length(vq->iov, out); in vhost_vsock_alloc_pkt()
|
D | net.c | 612 size_t len = iov_length(vq->iov, out); in init_iov_iter() 1085 len = iov_length(vq->iov + seg, in); in get_rx_bufs()
|
D | scsi.c | 854 vc->out_size = iov_length(vq->iov, vc->out); in vhost_scsi_get_desc() 855 vc->in_size = iov_length(&vq->iov[vc->out], vc->in); in vhost_scsi_get_desc()
|
/linux-6.1.9/include/linux/ |
D | uio.h | 131 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
|
/linux-6.1.9/fs/ocfs2/cluster/ |
D | tcp.c | 1040 caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen); in o2net_send_message_vec()
|