Searched refs:out_iov (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/vdpa/vdpa_sim/ |
| A 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()
|
| A 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()
|
| A D | vdpa_sim.h | 25 struct vringh_kiov out_iov; member
|
| A D | vdpa_sim.c | 757 vringh_kiov_cleanup(&vdpasim->vqs[i].out_iov); in vdpasim_free()
|
| /linux/fs/smb/client/ |
| A D | smb2inode.c | 808 if (out_iov && out_buftype) { in smb2_compound_op() 809 memcpy(out_iov, rsp_iov, num_cmds * sizeof(*out_iov)); in smb2_compound_op() 870 struct kvec in_iov[3], out_iov[3] = {}; in smb2_query_path_info() local 922 cfile, out_iov, out_buftype, NULL); in smb2_query_path_info() 923 hdr = out_iov[0].iov_base; in smb2_query_path_info() 933 rc = parse_create_response(data, cifs_sb, &out_iov[0]); in smb2_query_path_info() 940 rc = parse_create_response(data, cifs_sb, &out_iov[0]); in smb2_query_path_info() 979 free_rsp_buf(out_buftype[i], out_iov[i].iov_base); in smb2_query_path_info() 1210 struct kvec out_iov[4] = {}; in smb2_get_reparse_inode() local 1235 in_iov, cmds, 2, cfile, out_iov, out_buftype, NULL); in smb2_get_reparse_inode() [all …]
|
| /linux/fs/fuse/ |
| A D | ioctl.c | 228 struct iovec *in_iov = NULL, *out_iov = NULL; in fuse_do_ioctl() local 275 out_iov = iov; in fuse_do_ioctl() 294 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl() 376 out_iov = in_iov + in_iovs; in fuse_do_ioctl() 382 err = fuse_verify_ioctl_iov(fm->fc, out_iov, out_iovs); in fuse_do_ioctl() 394 iov_iter_init(&ii, ITER_DEST, out_iov, out_iovs, transferred); in fuse_do_ioctl()
|
| /linux/net/tls/ |
| A D | tls_sw.c | 1461 static int tls_decrypt_sg(struct sock *sk, struct iov_iter *out_iov, in tls_decrypt_sg() argument 1487 if (darg->zc && (out_iov || out_sg)) { in tls_decrypt_sg() 1490 if (out_iov) in tls_decrypt_sg() 1492 iov_iter_npages_cap(out_iov, INT_MAX, data_len); in tls_decrypt_sg() 1577 } else if (out_iov) { in tls_decrypt_sg() 1581 err = tls_setup_from_iter(out_iov, data_len, &pages, &sgout[1], in tls_decrypt_sg()
|
| /linux/fs/btrfs/ |
| A D | ioctl.c | 4565 goto out_iov; in btrfs_ioctl_encoded_read() 4570 goto out_iov; in btrfs_ioctl_encoded_read() 4584 out_iov: in btrfs_ioctl_encoded_read() 4664 goto out_iov; in btrfs_ioctl_encoded_write() 4669 goto out_iov; in btrfs_ioctl_encoded_write() 4674 goto out_iov; in btrfs_ioctl_encoded_write() 4684 out_iov: in btrfs_ioctl_encoded_write()
|
Completed in 31 milliseconds