Searched refs:resp_buftype (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/fs/cifs/ |
| D | smb2pdu.c | 383 int resp_buftype; in SMB2_negotiate() local 430 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, flags); in SMB2_negotiate() 500 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate() 588 int resp_buftype = CIFS_NO_BUFFER; in SMB2_sess_setup() local 762 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, in SMB2_sess_setup() 768 if (resp_buftype != CIFS_NO_BUFFER && in SMB2_sess_setup() 804 free_rsp_buf(resp_buftype, rsp); in SMB2_sess_setup() 910 int resp_buftype; in SMB2_tcon() local 968 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_tcon() 1015 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon() [all …]
|
| D | misc.c | 230 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument 232 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf() 234 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
|