Lines Matching refs:resp_buf
111 cifs_buf_release(midEntry->resp_buf); in DeleteMidQEntry()
113 cifs_small_buf_release(midEntry->resp_buf); in DeleteMidQEntry()
727 unsigned int len = get_rfc1002_length(mid->resp_buf) + 4; in cifs_check_receive()
729 dump_smb(mid->resp_buf, min_t(u32, 92, len)); in cifs_check_receive()
738 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
740 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
751 return map_smb_to_linux_error(mid->resp_buf, log_error); in cifs_check_receive()
887 if (!midQ[i]->resp_buf || in compound_send_recv()
894 buf = (char *)midQ[i]->resp_buf; in compound_send_recv()
919 midQ[i]->resp_buf = NULL; in compound_send_recv()
1077 if (!midQ->resp_buf || !out_buf || in SendReceive()
1084 *pbytes_returned = get_rfc1002_length(midQ->resp_buf); in SendReceive()
1085 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); in SendReceive()
1257 *pbytes_returned = get_rfc1002_length(midQ->resp_buf); in SendReceiveBlockingLock()
1258 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4); in SendReceiveBlockingLock()