Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.c841 int resp_buftype; in SMB2_negotiate() local
920 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
1053 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
1771 int resp_buftype; in SMB2_tcon() local
1841 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
1890 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2551 int resp_buftype; in smb311_posix_mkdir() local
2665 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2684 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
2900 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local
[all …]
Dsmb2inode.c66 int resp_buftype[3]; in smb2_compound_op() local
85 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
365 &rqst[1], &resp_buftype[1], in smb2_compound_op()
370 rqst, resp_buftype, in smb2_compound_op()
477 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
478 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
479 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
Dsmb2ops.c753 int resp_buftype[2]; in open_cached_dir() local
803 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
841 resp_buftype, rsp_iov); in open_cached_dir()
932 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir()
933 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
1245 int resp_buftype[3]; in smb2_set_ea() local
1270 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1293 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea()
1298 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1299 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
[all …]
Dmisc.c224 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
226 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
228 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
Dsmb2proto.h138 struct kvec *err_iov, int *resp_buftype);
Dcifsproto.h605 int resp_buftype,