Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.c1112 int resp_buftype; in SMB2_negotiate() local
1189 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
1349 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
2140 int resp_buftype; in SMB2_tcon() local
2209 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
2259 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2928 int resp_buftype; in smb311_posix_mkdir() local
3062 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
3092 free_rsp_buf(resp_buftype, rsp_iov.iov_base); in smb311_posix_mkdir()
3301 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local
[all …]
H A Dcached_dir.c144 int resp_buftype[2]; in open_cached_dir() local
265 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
325 resp_buftype, rsp_iov); in open_cached_dir()
387 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir()
388 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
H A Dmisc.c262 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
264 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
266 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
H A Dcifsproto.h34 void free_rsp_buf(int resp_buftype, void *rsp);
384 int resp_buftype,