Lines Matching refs:iov_base
362 .iov_base = &rfc1002_marker, in __smb_send_rqst()
382 dump_smb(iov[i].iov_base, iov[i].iov_len); in __smb_send_rqst()
484 iov.iov_base = tr_hdr; in smb_send_rqst()
509 iov[0].iov_base = smb_buffer; in smb_send()
511 iov[1].iov_base = (char *)smb_buffer + 4; in smb_send()
742 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_async_request()
746 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_setup_async_request()
866 iov[0].iov_base = in_buf; in SendReceiveNoRsp()
935 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
937 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
956 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_request()
960 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_setup_request()
1202 resp_iov[i].iov_base = buf; in compound_send_recv()
1225 .iov_base = resp_iov[0].iov_base, in compound_send_recv()
1281 new_iov[0].iov_base = new_iov[1].iov_base; in SendReceive2()
1283 new_iov[1].iov_base += 4; in SendReceive2()
1305 struct kvec iov = { .iov_base = in_buf, .iov_len = len }; in SendReceive()
1444 struct kvec iov = { .iov_base = in_buf, .iov_len = len }; in SendReceiveBlockingLock()