Searched refs:resp_buftype (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.c | 1054 int resp_buftype; in SMB2_negotiate() local 1132 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 1275 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate() 2038 int resp_buftype; in SMB2_tcon() local 2109 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon() 2159 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon() 2824 int resp_buftype; in smb311_posix_mkdir() local 2952 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir() 2981 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir() 3191 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local [all …]
|
H A D | smb2ops.c | 1120 int resp_buftype[3]; in smb2_set_ea() local 1148 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea() 1177 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea() 1182 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1183 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea() 1266 resp_buftype, rsp_iov); in smb2_set_ea() 1274 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea() 1275 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1276 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_set_ea() 1519 int resp_buftype[3]; in smb2_ioctl_query_info() local [all …]
|
H A D | cached_dir.c | 150 int resp_buftype[2]; in open_cached_dir() local 246 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir() 293 resp_buftype, rsp_iov); in open_cached_dir() 354 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir() 355 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
|
H A D | smb2inode.c | 186 int resp_buftype[MAX_COMPOUND]; in smb2_compound_op() local 217 for (i = 0; i < ARRAY_SIZE(resp_buftype); i++) in smb2_compound_op() 218 resp_buftype[i] = CIFS_NO_BUFFER; in smb2_compound_op() 619 &rqst[1], &resp_buftype[1], in smb2_compound_op() 628 rqst, resp_buftype, in smb2_compound_op() 644 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op() 770 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op() 782 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op() 818 memcpy(out_buftype, resp_buftype, in smb2_compound_op() 822 free_rsp_buf(resp_buftype[i], rsp_iov[i].iov_base); in smb2_compound_op()
|
H A 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()
|
H A D | smb2proto.h | 159 struct kvec *err_iov, int *resp_buftype);
|
H A D | cifsproto.h | 674 int resp_buftype,
|