Lines Matching refs:iov_base
227 iov[i].iov_base += rc; in smb_send_kvec()
264 iov->iov_base = kmap(rqst->rq_pages[idx]); in cifs_rqst_page_to_kvec()
299 unsigned int smb_buf_length = get_rfc1002_length(iov[0].iov_base); in smb_send_rqst()
318 dump_smb(iov[0].iov_base, iov[0].iov_len); in smb_send_rqst()
384 iov.iov_base = smb_buffer; in smb_send()
512 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_async_request()
610 iov[0].iov_base = in_buf; in SendReceiveNoRsp()
677 iov.iov_base = mid->resp_buf; in cifs_check_receive()
695 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_request()
717 char *buf = iov[0].iov_base; in SendReceive2()
816 iov[0].iov_base = buf; in SendReceive2()