Searched refs:resp_buf (Results 1 – 11 of 11) sorted by relevance
/fs/cifs/ |
D | transport.c | 88 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 …]
|
D | cifs_debug.c | 69 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()
|
D | smb2transport.c | 789 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()
|
D | smb2misc.c | 813 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()
|
D | smb1ops.c | 388 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()
|
D | inode.c | 813 void **resp_buf, argument 821 *resp_buf = NULL; 842 *resp_buf = (void *)info.ntwrk_buf_start;
|
D | netmisc.c | 887 struct smb_hdr *smb = (struct smb_hdr *)mid->resp_buf; in map_and_check_smb_error()
|
D | cifsglob.h | 1556 void *resp_buf; /* pointer to received SMB header */ member
|
D | cifssmb.c | 1361 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()
|
D | smb2pdu.c | 3721 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()
|
D | connect.c | 744 mid->resp_buf = buf; in handle_mid()
|