Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2pdu.c383 int resp_buftype; in SMB2_negotiate() local
588 int resp_buftype = CIFS_NO_BUFFER; in SMB2_sess_setup() local
910 int resp_buftype; in SMB2_tcon() local
1312 int resp_buftype; in SMB2_open() local
1459 int resp_buftype; in SMB2_ioctl() local
1621 int resp_buftype; in SMB2_close() local
1723 int resp_buftype; in query_info() local
1850 int resp_buftype; in SMB2_flush() local
2066 int resp_buftype, rc = -EACCES; in SMB2_read() local
2262 int resp_buftype; in SMB2_write() local
[all …]
Dmisc.c230 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf()