Searched refs:resp_buftype (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/smb/client/ |
D | smb2pdu.c | 1029 int resp_buftype; in SMB2_negotiate() local 1107 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 1242 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate() 2000 int resp_buftype; in SMB2_tcon() local 2074 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon() 2124 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon() 2772 int resp_buftype; in smb311_posix_mkdir() local 2889 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir() 2918 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir() 3122 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local [all …]
|
D | smb2inode.c | 75 int resp_buftype[3]; in smb2_compound_op() local 95 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op() 392 &rqst[1], &resp_buftype[1], in smb2_compound_op() 397 rqst, resp_buftype, in smb2_compound_op() 534 memcpy(out_buftype, resp_buftype, 3 * sizeof(*out_buftype)); in smb2_compound_op() 536 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op() 537 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op() 538 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
|
D | cached_dir.c | 135 int resp_buftype[2]; in open_cached_dir() local 224 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir() 273 resp_buftype, rsp_iov); in open_cached_dir() 335 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir() 336 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
|
D | smb2ops.c | 1118 int resp_buftype[3]; in smb2_set_ea() local 1138 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea() 1167 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea() 1172 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1173 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea() 1249 resp_buftype, rsp_iov); in smb2_set_ea() 1257 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea() 1258 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1259 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_set_ea() 1496 int resp_buftype[3]; in smb2_ioctl_query_info() local [all …]
|
D | misc.c | 245 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument 247 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf() 249 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
|
D | smb2proto.h | 133 struct kvec *err_iov, int *resp_buftype);
|
D | cifsproto.h | 663 int resp_buftype,
|