Home
last modified time | relevance | path

Searched refs:resp_buf (Results 1 – 11 of 11) sorted by relevance

/fs/cifs/
Dtransport.c101 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in _cifs_mid_q_entry_release()
109 cifs_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
111 cifs_small_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
927 unsigned int len = get_rfc1002_length(mid->resp_buf) + 4; in cifs_check_receive()
929 dump_smb(mid->resp_buf, min_t(u32, 92, len)); in cifs_check_receive()
938 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
940 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
1195 if (!midQ[i]->resp_buf || in compound_send_recv()
1202 buf = (char *)midQ[i]->resp_buf; in compound_send_recv()
1217 midQ[i]->resp_buf = NULL; in compound_send_recv()
[all …]
Dcifs_debug.c70 mid_entry->resp_buf, in cifs_dump_mids()
76 if (mid_entry->resp_buf) { in cifs_dump_mids()
77 cifs_dump_detail(mid_entry->resp_buf, server); in cifs_dump_mids()
79 mid_entry->resp_buf, 62); in cifs_dump_mids()
Dsmb2transport.c790 iov[0].iov_base = (char *)mid->resp_buf; in smb2_check_receive()
793 dump_smb(mid->resp_buf, min_t(u32, 80, len)); in smb2_check_receive()
804 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
Dsmb2misc.c834 struct smb2_sync_hdr *sync_hdr = mid->resp_buf; in smb2_handle_cancelled_mid()
835 struct smb2_create_rsp *rsp = mid->resp_buf; in smb2_handle_cancelled_mid()
Dsmb1ops.c387 if (mid->resp_buf) { in cifs_check_trans2()
389 malformed = coalesce_t2(buf, mid->resp_buf); in cifs_check_trans2()
402 mid->resp_buf = buf; in cifs_check_trans2()
Dinode.c816 void **resp_buf, argument
824 *resp_buf = NULL;
845 *resp_buf = (void *)info.ntwrk_buf_start;
Dnetmisc.c888 struct smb_hdr *smb = (struct smb_hdr *)mid->resp_buf; in map_and_check_smb_error()
Dcifsglob.h1610 void *resp_buf; /* pointer to received SMB header */ member
Dcifssmb.c1474 mid->resp_buf = server->smallbuf; in __cifs_readv_discard()
1613 mid->resp_buf = server->smallbuf; in cifs_readv_receive()
2156 WRITE_RSP *smb = (WRITE_RSP *)mid->resp_buf; in cifs_writev_callback()
Dsmb2pdu.c3649 struct smb2_echo_rsp *rsp = (struct smb2_echo_rsp *)mid->resp_buf; in smb2_echo_callback()
4199 struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf; in smb2_writev_callback()
Dconnect.c870 mid->resp_buf = buf; in handle_mid()