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

/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c123 ret = vringh_getdesc_iotlb(&vq->vring, &vq->out_iov, &vq->in_iov,
128 if (vq->out_iov.used < 1 || vq->in_iov.used < 1) {
129 dev_dbg(&vdpasim->vdpa.dev, "missing headers - out_iov: %u in_iov %u\n",
130 vq->out_iov.used, vq->in_iov.used);
144 to_pull = vringh_kiov_length(&vq->out_iov);
146 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &hdr,
202 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov,
245 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &range,
H A Dvdpa_sim.h25 struct vringh_kiov out_iov; member in struct:vdpasim_virtqueue
H A Dvdpa_sim_net.c145 &cvq->out_iov,
174 write = vringh_iov_push_iotlb(&cvq->vring, &cvq->out_iov,
178 vringh_kiov_cleanup(&cvq->out_iov);
220 err = vringh_getdesc_iotlb(&txq->vring, &txq->out_iov, NULL,
229 read = vringh_iov_pull_iotlb(&txq->vring, &txq->out_iov,
H A Dvdpa_sim.c757 vringh_kiov_cleanup(&vdpasim->vqs[i].out_iov);
/linux-master/fs/fuse/
H A Dioctl.c180 struct iovec *in_iov = NULL, *out_iov = NULL; local
227 out_iov = iov;
234 inarg.out_size = out_size = iov_length(out_iov, out_iovs);
316 out_iov = in_iov + in_iovs;
322 err = fuse_verify_ioctl_iov(fm->fc, out_iov, out_iovs);
334 iov_iter_init(&ii, ITER_DEST, out_iov, out_iovs, transferred);
/linux-master/fs/smb/client/
H A Dsmb2inode.c168 * If passing @out_iov and @out_buftype, ensure to make them both large enough
176 struct kvec *out_iov, int *out_buftype, struct dentry *dentry)
808 if (out_iov && out_buftype) {
809 memcpy(out_iov, rsp_iov, num_cmds * sizeof(*out_iov));
870 struct kvec in_iov[3], out_iov[3] = {}; local
922 cfile, out_iov, out_buftype, NULL);
923 hdr = out_iov[0].iov_base;
938 rc = parse_create_response(data, cifs_sb, &out_iov[0]);
976 free_rsp_buf(out_buftype[i], out_iov[
172 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct cifs_open_parms *oparms, struct kvec *in_iov, int *cmds, int num_cmds, struct cifsFileInfo *cfile, struct kvec *out_iov, int *out_buftype, struct dentry *dentry) argument
[all...]
/linux-master/net/tls/
H A Dtls_sw.c1454 /* This function decrypts the input skb into either out_iov or in out_sg
1457 * out_iov or out_sg must be non-NULL. In case both out_iov and out_sg are
1461 static int tls_decrypt_sg(struct sock *sk, struct iov_iter *out_iov, argument
1487 if (darg->zc && (out_iov || out_sg)) {
1490 if (out_iov)
1492 iov_iter_npages_cap(out_iov, INT_MAX, data_len);
1577 } else if (out_iov) {
1581 err = tls_setup_from_iter(out_iov, data_len, &pages, &sgout[1],
/linux-master/fs/btrfs/
H A Dioctl.c4523 goto out_iov;
4528 goto out_iov;
4542 out_iov:
4622 goto out_iov;
4627 goto out_iov;
4632 goto out_iov;
4642 out_iov:

Completed in 304 milliseconds