SendReceive2
rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type,
rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0,
rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type,
rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */,
rc = SendReceive2(xid, tcon->ses, in_iov, ARRAY_SIZE(in_iov), &buf_type,
rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type,
int SendReceive2(const unsigned int xid, struct cifs_ses *ses,
rc = SendReceive2(sess_data->xid, sess_data->ses,
rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov);