Lines Matching refs:resp_buf
101 cifs_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
103 cifs_small_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
902 unsigned int len = get_rfc1002_length(mid->resp_buf) + 4; in cifs_check_receive()
904 dump_smb(mid->resp_buf, min_t(u32, 92, len)); in cifs_check_receive()
913 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
915 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
926 return map_smb_to_linux_error(mid->resp_buf, log_error); in cifs_check_receive()
1143 if (!midQ[i]->resp_buf || in compound_send_recv()
1150 buf = (char *)midQ[i]->resp_buf; in compound_send_recv()
1165 midQ[i]->resp_buf = NULL; in compound_send_recv()
1337 if (!midQ->resp_buf || !out_buf || in SendReceive()
1344 *pbytes_returned = get_rfc1002_length(midQ->resp_buf); in SendReceive()
1345 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); in SendReceive()
1520 *pbytes_returned = get_rfc1002_length(midQ->resp_buf); in SendReceiveBlockingLock()
1521 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); in SendReceiveBlockingLock()