Home
last modified time | relevance | path

Searched defs: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
529 int resp_buftype = CIFS_NO_BUFFER; in SMB2_sess_setup() local
851 int resp_buftype; in SMB2_tcon() local
1128 int resp_buftype; in SMB2_open() local
1273 int resp_buftype; in SMB2_ioctl() local
1435 int resp_buftype; in SMB2_close() local
1537 int resp_buftype; in query_info() local
1662 int resp_buftype; in SMB2_flush() local
1876 int resp_buftype, rc = -EACCES; in SMB2_read() local
2069 int resp_buftype; in SMB2_write() local
[all …]
Dmisc.c230 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf()