Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2pdu.c786 int resp_buftype; in SMB2_negotiate() local
860 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
982 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
1696 int resp_buftype; in SMB2_tcon() local
1766 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
1817 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2478 int resp_buftype; in smb311_posix_mkdir() local
2592 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2611 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
2827 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local
[all …]
Dsmb2ops.c680 int resp_buftype[2]; in open_shroot() local
718 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
756 resp_buftype, rsp_iov); in open_shroot()
842 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_shroot()
843 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_shroot()
1142 int resp_buftype[3]; in smb2_set_ea() local
1167 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1190 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea()
1195 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1196 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
[all …]
Dsmb2inode.c79 int resp_buftype[3]; in smb2_compound_op() local
98 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
377 &rqst[1], &resp_buftype[1], in smb2_compound_op()
382 rqst, resp_buftype, in smb2_compound_op()
489 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
490 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
491 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
Dmisc.c236 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
238 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
240 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
Dsmb2proto.h149 struct kvec *err_iov, int *resp_buftype);
Dcifsproto.h617 int resp_buftype,