Searched refs:out_iov (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/vdpa/vdpa_sim/ |
| D | vdpa_sim_blk.c | 73 ret = vringh_getdesc_iotlb(&vq->vring, &vq->out_iov, &vq->in_iov, in vdpasim_blk_handle_req() 78 if (vq->out_iov.used < 1 || vq->in_iov.used < 1) { in vdpasim_blk_handle_req() 80 vq->out_iov.used, vq->in_iov.used); in vdpasim_blk_handle_req() 94 to_pull = vringh_kiov_length(&vq->out_iov); in vdpasim_blk_handle_req() 96 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &hdr, in vdpasim_blk_handle_req() 143 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, in vdpasim_blk_handle_req()
|
| D | vdpa_sim_net.c | 58 err = vringh_getdesc_iotlb(&txq->vring, &txq->out_iov, NULL, in vdpasim_net_work() 71 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 | 590 vringh_kiov_cleanup(&vdpasim->vqs[i].out_iov); in vdpasim_free()
|
| /Linux-v5.15/fs/fuse/ |
| D | ioctl.c | 160 struct iovec *in_iov = NULL, *out_iov = NULL; in fuse_do_ioctl() local 207 out_iov = iov; in fuse_do_ioctl() 214 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl() 298 out_iov = in_iov + in_iovs; in fuse_do_ioctl() 304 err = fuse_verify_ioctl_iov(fm->fc, out_iov, out_iovs); in fuse_do_ioctl() 316 iov_iter_init(&ii, READ, out_iov, out_iovs, transferred); in fuse_do_ioctl()
|
| /Linux-v5.15/net/tls/ |
| D | tls_sw.c | 1410 struct iov_iter *out_iov, in decrypt_internal() argument 1428 if (*zc && (out_iov || out_sg)) { in decrypt_internal() 1429 if (out_iov) in decrypt_internal() 1430 n_sgout = iov_iter_npages(out_iov, INT_MAX) + 1; in decrypt_internal() 1509 if (out_iov) { in decrypt_internal() 1514 err = tls_setup_from_iter(sk, out_iov, data_len, in decrypt_internal()
|