Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2pdu.c873 int resp_buftype; in SMB2_negotiate() local
951 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
1086 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
1835 int resp_buftype; in SMB2_tcon() local
1905 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
1952 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2623 int resp_buftype; in smb311_posix_mkdir() local
2737 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2766 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
2980 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local
[all …]
Dsmb2inode.c74 int resp_buftype[3]; in smb2_compound_op() local
94 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
372 &rqst[1], &resp_buftype[1], in smb2_compound_op()
377 rqst, resp_buftype, in smb2_compound_op()
499 memcpy(err_buftype, resp_buftype, 3 * sizeof(*err_buftype)); in smb2_compound_op()
501 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
502 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
503 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
Dcached_dir.c115 int resp_buftype[2]; in open_cached_dir() local
176 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
214 resp_buftype, rsp_iov); in open_cached_dir()
271 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir()
272 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
Dsmb2ops.c1004 int resp_buftype[3]; in smb2_set_ea() local
1029 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1052 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea()
1057 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1058 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1137 resp_buftype, rsp_iov); in smb2_set_ea()
1146 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea()
1147 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1148 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_set_ea()
1389 int resp_buftype[3]; in smb2_ioctl_query_info() local
[all …]
Dmisc.c231 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
233 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
235 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
Dsmb2proto.h127 struct kvec *err_iov, int *resp_buftype);
Dcifsproto.h645 int resp_buftype,