Searched refs:out_iov (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/fs/smb/client/ |
| D | smb2inode.c | 51 struct kvec *out_iov, int *out_buftype) in smb2_compound_op() argument 520 if (out_iov && out_buftype) { in smb2_compound_op() 521 memcpy(out_iov, rsp_iov, 3 * sizeof(*out_iov)); in smb2_compound_op() 572 struct kvec out_iov[3] = {}; in smb2_query_path_info() local 599 NULL, NULL, out_iov, out_buftype); in smb2_query_path_info() 600 hdr = out_iov[0].iov_base; in smb2_query_path_info() 611 rc = parse_create_response(data, cifs_sb, &out_iov[0]); in smb2_query_path_info() 640 free_rsp_buf(out_buftype[0], out_iov[0].iov_base); in smb2_query_path_info() 641 free_rsp_buf(out_buftype[1], out_iov[1].iov_base); in smb2_query_path_info() 642 free_rsp_buf(out_buftype[2], out_iov[2].iov_base); in smb2_query_path_info() [all …]
|
| /Linux-v6.6/drivers/vdpa/vdpa_sim/ |
| D | vdpa_sim_blk.c | 123 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()
|
| D | vdpa_sim_net.c | 145 &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()
|
| D | vdpa_sim.h | 25 struct vringh_kiov out_iov; member
|
| D | vdpa_sim.c | 715 vringh_kiov_cleanup(&vdpasim->vqs[i].out_iov); in vdpasim_free()
|
| /Linux-v6.6/fs/fuse/ |
| D | ioctl.c | 180 struct iovec *in_iov = NULL, *out_iov = NULL; in fuse_do_ioctl() local 227 out_iov = iov; in fuse_do_ioctl() 234 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl() 316 out_iov = in_iov + in_iovs; in fuse_do_ioctl() 322 err = fuse_verify_ioctl_iov(fm->fc, out_iov, out_iovs); in fuse_do_ioctl() 334 iov_iter_init(&ii, ITER_DEST, out_iov, out_iovs, transferred); in fuse_do_ioctl()
|
| /Linux-v6.6/net/tls/ |
| D | tls_sw.c | 1441 static int tls_decrypt_sg(struct sock *sk, struct iov_iter *out_iov, in tls_decrypt_sg() argument 1467 if (darg->zc && (out_iov || out_sg)) { in tls_decrypt_sg() 1470 if (out_iov) in tls_decrypt_sg() 1472 iov_iter_npages_cap(out_iov, INT_MAX, data_len); in tls_decrypt_sg() 1557 } else if (out_iov) { in tls_decrypt_sg() 1561 err = tls_setup_from_iter(out_iov, data_len, &pages, &sgout[1], in tls_decrypt_sg()
|
| /Linux-v6.6/fs/btrfs/ |
| D | ioctl.c | 4424 goto out_iov; in btrfs_ioctl_encoded_read() 4429 goto out_iov; in btrfs_ioctl_encoded_read() 4443 out_iov: in btrfs_ioctl_encoded_read()
|