Home
last modified time | relevance | path

Searched refs:out_iov (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/vdpa/vdpa_sim/
Dvdpa_sim_blk.c92 ret = vringh_getdesc_iotlb(&vq->vring, &vq->out_iov, &vq->in_iov, in vdpasim_blk_handle_req()
97 if (vq->out_iov.used < 1 || vq->in_iov.used < 1) { in vdpasim_blk_handle_req()
99 vq->out_iov.used, vq->in_iov.used); in vdpasim_blk_handle_req()
113 to_pull = vringh_kiov_length(&vq->out_iov); in vdpasim_blk_handle_req()
115 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &hdr, in vdpasim_blk_handle_req()
169 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, in vdpasim_blk_handle_req()
212 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &range, in vdpasim_blk_handle_req()
Dvdpa_sim_net.c112 &cvq->out_iov, in vdpasim_handle_cvq()
133 write = vringh_iov_push_iotlb(&cvq->vring, &cvq->out_iov, in vdpasim_handle_cvq()
137 vringh_kiov_cleanup(&cvq->out_iov); in vdpasim_handle_cvq()
172 err = vringh_getdesc_iotlb(&txq->vring, &txq->out_iov, NULL, in vdpasim_net_work()
177 read = vringh_iov_pull_iotlb(&txq->vring, &txq->out_iov, in vdpasim_net_work()
Dvdpa_sim.h25 struct vringh_kiov out_iov; member
Dvdpa_sim.c682 vringh_kiov_cleanup(&vdpasim->vqs[i].out_iov); in vdpasim_free()
/linux-6.1.9/fs/fuse/
Dioctl.c171 struct iovec *in_iov = NULL, *out_iov = NULL; in fuse_do_ioctl() local
218 out_iov = iov; in fuse_do_ioctl()
225 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl()
309 out_iov = in_iov + in_iovs; in fuse_do_ioctl()
315 err = fuse_verify_ioctl_iov(fm->fc, out_iov, out_iovs); in fuse_do_ioctl()
327 iov_iter_init(&ii, READ, out_iov, out_iovs, transferred); in fuse_do_ioctl()
/linux-6.1.9/net/tls/
Dtls_sw.c1436 static int tls_decrypt_sg(struct sock *sk, struct iov_iter *out_iov, in tls_decrypt_sg() argument
1462 if (darg->zc && (out_iov || out_sg)) { in tls_decrypt_sg()
1465 if (out_iov) in tls_decrypt_sg()
1467 iov_iter_npages_cap(out_iov, INT_MAX, data_len); in tls_decrypt_sg()
1550 } else if (out_iov) { in tls_decrypt_sg()
1554 err = tls_setup_from_iter(out_iov, data_len, &pages, &sgout[1], in tls_decrypt_sg()
/linux-6.1.9/fs/btrfs/
Dioctl.c5293 goto out_iov; in btrfs_ioctl_encoded_read()
5298 goto out_iov; in btrfs_ioctl_encoded_read()
5312 out_iov: in btrfs_ioctl_encoded_read()