Searched refs:resp_buftype (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | smb2pdu.c | 789 int resp_buftype; in SMB2_negotiate() local 865 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 994 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate() 1711 int resp_buftype; in SMB2_tcon() local 1781 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon() 1832 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon() 2493 int resp_buftype; in smb311_posix_mkdir() local 2607 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir() 2626 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir() 2842 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local [all …]
|
D | smb2ops.c | 681 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() 1143 int resp_buftype[3]; in smb2_set_ea() local 1168 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea() 1191 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea() 1196 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1197 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea() [all …]
|
D | smb2inode.c | 79 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() 378 &rqst[1], &resp_buftype[1], in smb2_compound_op() 383 rqst, resp_buftype, in smb2_compound_op() 490 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op() 491 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op() 492 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
|
D | misc.c | 236 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()
|
D | smb2proto.h | 149 struct kvec *err_iov, int *resp_buftype);
|
D | cifsproto.h | 617 int resp_buftype,
|