Home
last modified time | relevance | path

Searched refs:resp_buftype (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/cifs/
Dsmb2pdu.c330 int resp_buftype; in SMB2_negotiate() local
375 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, flags); in SMB2_negotiate()
441 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
529 int resp_buftype = CIFS_NO_BUFFER; in SMB2_sess_setup() local
703 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, in SMB2_sess_setup()
709 if (resp_buftype != CIFS_NO_BUFFER && in SMB2_sess_setup()
745 free_rsp_buf(resp_buftype, rsp); in SMB2_sess_setup()
851 int resp_buftype; in SMB2_tcon() local
903 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_tcon()
948 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
[all …]
Dmisc.c230 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()