Searched refs:out_iov (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim_blk.c | 92 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()
|
D | vdpa_sim_net.c | 112 &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()
|
D | vdpa_sim.h | 25 struct vringh_kiov out_iov; member
|
D | vdpa_sim.c | 682 vringh_kiov_cleanup(&vdpasim->vqs[i].out_iov); in vdpasim_free()
|
/linux-6.1.9/fs/fuse/ |
D | ioctl.c | 171 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/ |
D | tls_sw.c | 1436 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/ |
D | ioctl.c | 5293 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()
|