Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.c792 int resp_buftype; in SMB2_negotiate() local
868 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
997 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
1714 int resp_buftype; in SMB2_tcon() local
1784 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
1835 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2497 int resp_buftype; in smb311_posix_mkdir() local
2611 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2630 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
2846 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local
[all …]
Dsmb2ops.c681 int resp_buftype[2]; in open_shroot() local
719 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
757 resp_buftype, rsp_iov); in open_shroot()
843 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_shroot()
844 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_shroot()
1144 int resp_buftype[3]; in smb2_set_ea() local
1169 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1192 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea()
1197 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1198 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()
376 &rqst[1], &resp_buftype[1], in smb2_compound_op()
381 rqst, resp_buftype, in smb2_compound_op()
488 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
489 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
490 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.h619 int resp_buftype,