Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2inode.c176 struct kvec *out_iov, int *out_buftype, struct dentry *dentry) in smb2_compound_op() argument
822 if (out_iov && out_buftype) { in smb2_compound_op()
823 memcpy(out_iov, rsp_iov, num_cmds * sizeof(*out_iov)); in smb2_compound_op()
877 struct kvec *out_iov, int *out_buftype) in ea_unsupported() argument
885 struct smb2_hdr *hdr = out_iov[i].iov_base; in ea_unsupported()
911 struct kvec in_iov[3], out_iov[5] = {}; in smb2_query_path_info() local
968 cfile, out_iov, out_buftype, NULL); in smb2_query_path_info()
969 hdr = out_iov[0].iov_base; in smb2_query_path_info()
979 rc = parse_create_response(data, cifs_sb, full_path, &out_iov[0]); in smb2_query_path_info()
986 rc = parse_create_response(data, cifs_sb, full_path, &out_iov[0]); in smb2_query_path_info()
[all …]
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c123 ret = vringh_getdesc_iotlb(&vq->vring, &vq->out_iov, &vq->in_iov, in vdpasim_blk_handle_req()
128 if (vq->out_iov.used < 1 || vq->in_iov.used < 1) { in vdpasim_blk_handle_req()
130 vq->out_iov.used, vq->in_iov.used); in vdpasim_blk_handle_req()
144 to_pull = vringh_kiov_length(&vq->out_iov); in vdpasim_blk_handle_req()
146 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &hdr, in vdpasim_blk_handle_req()
202 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, in vdpasim_blk_handle_req()
245 bytes = vringh_iov_pull_iotlb(&vq->vring, &vq->out_iov, &range, in vdpasim_blk_handle_req()
H A Dvdpa_sim_net.c145 &cvq->out_iov, in vdpasim_handle_cvq()
174 write = vringh_iov_push_iotlb(&cvq->vring, &cvq->out_iov, in vdpasim_handle_cvq()
178 vringh_kiov_cleanup(&cvq->out_iov); in vdpasim_handle_cvq()
220 err = vringh_getdesc_iotlb(&txq->vring, &txq->out_iov, NULL, in vdpasim_net_work()
229 read = vringh_iov_pull_iotlb(&txq->vring, &txq->out_iov, in vdpasim_net_work()
H A Dvdpa_sim.h25 struct vringh_kiov out_iov; member
/linux/fs/btrfs/
H A Dioctl.c4483 goto out_iov; in btrfs_ioctl_encoded_read()
4488 goto out_iov; in btrfs_ioctl_encoded_read()
4527 out_iov: in btrfs_ioctl_encoded_read()
4607 goto out_iov; in btrfs_ioctl_encoded_write()
4612 goto out_iov; in btrfs_ioctl_encoded_write()
4617 goto out_iov; in btrfs_ioctl_encoded_write()
4627 out_iov: in btrfs_ioctl_encoded_write()
5034 goto out_iov; in btrfs_uring_encoded_write()
5046 goto out_iov; in btrfs_uring_encoded_write()
5051 goto out_iov; in btrfs_uring_encoded_write()
[all …]
/linux/net/tls/
H A Dtls_sw.c1465 static int tls_decrypt_sg(struct sock *sk, struct iov_iter *out_iov, in tls_decrypt_sg() argument
1491 if (darg->zc && (out_iov || out_sg)) { in tls_decrypt_sg()
1494 if (out_iov) in tls_decrypt_sg()
1496 iov_iter_npages_cap(out_iov, INT_MAX, data_len); in tls_decrypt_sg()
1581 } else if (out_iov) { in tls_decrypt_sg()
1585 err = tls_setup_from_iter(out_iov, data_len, &pages, &sgout[1], in tls_decrypt_sg()