Lines Matching refs:iov_base
368 .iov_base = &rfc1002_marker, in __smb_send_rqst()
388 dump_smb(iov[i].iov_base, iov[i].iov_len); in __smb_send_rqst()
483 iov.iov_base = &tr_hdr; in smb_send_rqst()
512 iov[0].iov_base = smb_buffer; in smb_send()
514 iov[1].iov_base = (char *)smb_buffer + 4; in smb_send()
732 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_async_request()
736 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_setup_async_request()
856 iov[0].iov_base = in_buf; in SendReceiveNoRsp()
925 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
927 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
945 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_request()
949 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_setup_request()
1163 resp_iov[i].iov_base = buf; in compound_send_recv()
1186 .iov_base = resp_iov[0].iov_base, in compound_send_recv()
1239 new_iov[0].iov_base = new_iov[1].iov_base; in SendReceive2()
1241 new_iov[1].iov_base += 4; in SendReceive2()
1262 struct kvec iov = { .iov_base = in_buf, .iov_len = len }; in SendReceive()
1401 struct kvec iov = { .iov_base = in_buf, .iov_len = len }; in SendReceiveBlockingLock()