Lines Matching refs:iov_base
366 .iov_base = &rfc1002_marker, in __smb_send_rqst()
386 dump_smb(iov[i].iov_base, iov[i].iov_len); in __smb_send_rqst()
488 iov.iov_base = tr_hdr; in smb_send_rqst()
513 iov[0].iov_base = smb_buffer; in smb_send()
515 iov[1].iov_base = (char *)smb_buffer + 4; in smb_send()
734 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_async_request()
738 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_setup_async_request()
858 iov[0].iov_base = in_buf; in SendReceiveNoRsp()
927 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
929 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
948 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_request()
952 rqst->rq_iov[0].iov_base + 4 != rqst->rq_iov[1].iov_base) in cifs_setup_request()
1191 resp_iov[i].iov_base = buf; in compound_send_recv()
1214 .iov_base = resp_iov[0].iov_base, in compound_send_recv()
1268 new_iov[0].iov_base = new_iov[1].iov_base; in SendReceive2()
1270 new_iov[1].iov_base += 4; in SendReceive2()
1292 struct kvec iov = { .iov_base = in_buf, .iov_len = len }; in SendReceive()
1431 struct kvec iov = { .iov_base = in_buf, .iov_len = len }; in SendReceiveBlockingLock()