Searched refs:resp_iov (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb1transport.c | 212 const int flags, struct kvec *resp_iov) in SendReceive2() argument 220 &rqst, resp_buf_type, flags, resp_iov); in SendReceive2() 229 struct kvec resp_iov = {}; in SendReceive() local 258 &rqst, &resp_buf_type, flags, &resp_iov); in SendReceive() 263 *pbytes_returned = resp_iov.iov_len; in SendReceive() 264 if (resp_iov.iov_len) in SendReceive() 265 memcpy(out_buf, resp_iov.iov_base, resp_iov.iov_len); in SendReceive() 269 free_rsp_buf(resp_buf_type, resp_iov.iov_base); in SendReceive()
|
| H A D | transport.c | 866 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 998 if (WARN_ON_ONCE(num_rqst != 1 || !resp_iov)) in compound_send_recv() 1052 if (resp_iov) { in compound_send_recv() 1054 resp_iov[i].iov_base = buf; in compound_send_recv() 1055 resp_iov[i].iov_len = mid[i]->resp_buf_size; in compound_send_recv() 1074 .iov_base = resp_iov[0].iov_base, in compound_send_recv() 1075 .iov_len = resp_iov[0].iov_len in compound_send_recv() 1104 struct kvec *resp_iov) in cifs_send_recv() argument 1107 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
|
| H A D | cifsproto.h | 103 int *resp_buf_type, const int flags, struct kvec *resp_iov); 107 int *resp_buf_type, struct kvec *resp_iov);
|
| /linux/drivers/fsi/ |
| H A D | fsi-sbefifo.c | 743 struct kvec resp_iov; in sbefifo_submit() local 759 resp_iov.iov_base = response; in sbefifo_submit() 760 resp_iov.iov_len = rbytes; in sbefifo_submit() 761 iov_iter_kvec(&resp_iter, ITER_DEST, &resp_iov, 1, rbytes); in sbefifo_submit() 819 struct iovec resp_iov; in sbefifo_user_read() local 843 resp_iov.iov_base = buf; in sbefifo_user_read() 844 resp_iov.iov_len = len; in sbefifo_user_read() 845 iov_iter_init(&resp_iter, ITER_DEST, &resp_iov, 1, len); in sbefifo_user_read()
|
| /linux/drivers/vhost/ |
| H A D | scsi.c | 266 struct iovec resp_iov; member 1528 int in_iovs, int vq_desc, struct iovec *resp_iov, in vhost_scsi_send_tmf_resp() argument 1539 iov_iter_init(&iov_iter, ITER_DEST, resp_iov, in_iovs, sizeof(rsp)); in vhost_scsi_send_tmf_resp() 1561 tmf->vq_desc, &tmf->resp_iov, resp_code); in vhost_scsi_tmf_resp_work() 1611 tmf->resp_iov = vq->iov[vc->out]; in vhost_scsi_handle_tmf()
|