Home
last modified time | relevance | path

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

/fs/cifs/
Dtransport.c88 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in _cifs_mid_q_entry_release()
96 cifs_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
98 cifs_small_buf_release(midEntry->resp_buf); in _cifs_mid_q_entry_release()
956 unsigned int len = get_rfc1002_length(mid->resp_buf) + 4; in cifs_check_receive()
958 dump_smb(mid->resp_buf, min_t(u32, 92, len)); in cifs_check_receive()
967 iov[0].iov_base = mid->resp_buf; in cifs_check_receive()
969 iov[1].iov_base = (char *)mid->resp_buf + 4; in cifs_check_receive()
1227 if (!midQ[i]->resp_buf || in compound_send_recv()
1234 buf = (char *)midQ[i]->resp_buf; in compound_send_recv()
1249 midQ[i]->resp_buf = NULL; in compound_send_recv()
[all …]
Dcifs_debug.c69 mid_entry->resp_buf, in cifs_dump_mids()
75 if (mid_entry->resp_buf) { in cifs_dump_mids()
76 cifs_dump_detail(mid_entry->resp_buf, server); in cifs_dump_mids()
78 mid_entry->resp_buf, 62); in cifs_dump_mids()
Dsmb2transport.c789 iov[0].iov_base = (char *)mid->resp_buf; in smb2_check_receive()
792 dump_smb(mid->resp_buf, min_t(u32, 80, len)); in smb2_check_receive()
803 return map_smb2_to_linux_error(mid->resp_buf, log_error); in smb2_check_receive()
Dsmb2misc.c813 struct smb2_sync_hdr *sync_hdr = mid->resp_buf; in smb2_handle_cancelled_mid()
814 struct smb2_create_rsp *rsp = mid->resp_buf; in smb2_handle_cancelled_mid()
Dsmb1ops.c388 if (mid->resp_buf) { in cifs_check_trans2()
390 malformed = coalesce_t2(buf, mid->resp_buf); in cifs_check_trans2()
403 mid->resp_buf = buf; in cifs_check_trans2()
Dinode.c813 void **resp_buf, argument
821 *resp_buf = NULL;
842 *resp_buf = (void *)info.ntwrk_buf_start;
Dnetmisc.c887 struct smb_hdr *smb = (struct smb_hdr *)mid->resp_buf; in map_and_check_smb_error()
Dcifsglob.h1556 void *resp_buf; /* pointer to received SMB header */ member
Dcifssmb.c1361 mid->resp_buf = server->smallbuf; in __cifs_readv_discard()
1500 mid->resp_buf = server->smallbuf; in cifs_readv_receive()
2044 WRITE_RSP *smb = (WRITE_RSP *)mid->resp_buf; in cifs_writev_callback()
Dsmb2pdu.c3721 struct smb2_echo_rsp *rsp = (struct smb2_echo_rsp *)mid->resp_buf; in smb2_echo_callback()
4271 struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf; in smb2_writev_callback()
Dconnect.c744 mid->resp_buf = buf; in handle_mid()