Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.c402 int resp_buftype; in SMB2_negotiate() local
1079 int resp_buftype; in SMB2_tcon() local
1484 int resp_buftype; in SMB2_open() local
1631 int resp_buftype; in SMB2_ioctl() local
1801 int resp_buftype; in SMB2_close() local
1903 int resp_buftype; in query_info() local
2093 int resp_buftype; in SMB2_flush() local
2310 int resp_buftype, rc = -EACCES; in SMB2_read() local
2507 int resp_buftype; in SMB2_write() local
2608 int resp_buftype = CIFS_NO_BUFFER; in SMB2_query_directory() local
[all …]
Dmisc.c225 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf()