Searched refs:resp_buftype (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | smb2pdu.c | 886 int resp_buftype; in SMB2_negotiate() local 964 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 1099 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate() 1857 int resp_buftype; in SMB2_tcon() local 1931 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon() 1981 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon() 2610 int resp_buftype; in smb311_posix_mkdir() local 2727 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir() 2756 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir() 2960 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local [all …]
|
D | smb2inode.c | 63 int resp_buftype[3]; in smb2_compound_op() local 83 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op() 380 &rqst[1], &resp_buftype[1], in smb2_compound_op() 385 rqst, resp_buftype, in smb2_compound_op() 522 memcpy(out_buftype, resp_buftype, 3 * sizeof(*out_buftype)); in smb2_compound_op() 524 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op() 525 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op() 526 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
|
D | smb2ops.c | 1102 int resp_buftype[3]; in smb2_set_ea() local 1122 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea() 1151 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea() 1156 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1157 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea() 1233 resp_buftype, rsp_iov); in smb2_set_ea() 1241 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea() 1242 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1243 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_set_ea() 1478 int resp_buftype[3]; in smb2_ioctl_query_info() local [all …]
|
D | cached_dir.c | 135 int resp_buftype[2]; in open_cached_dir() local 214 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir() 254 resp_buftype, rsp_iov); in open_cached_dir() 311 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir() 312 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
|
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 | 129 struct kvec *err_iov, int *resp_buftype);
|
D | cifsproto.h | 651 int resp_buftype,
|