Searched refs:resp_buftype (Results 1 – 7 of 7) sorted by relevance
/linux/fs/smb/client/ |
H A D | smb2pdu.c | 1051 int resp_buftype; in SMB2_negotiate() local 1129 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 1276 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate() 2045 int resp_buftype; in SMB2_tcon() local 2116 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon() 2166 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon() 2831 int resp_buftype; in smb311_posix_mkdir() local 2959 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir() 2988 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir() 3198 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local [all …]
|
H A D | cached_dir.c | 150 int resp_buftype[2]; in open_cached_dir() local 248 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir() 295 resp_buftype, rsp_iov); in open_cached_dir() 356 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir() 357 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
|
H A D | smb2ops.c | 1157 int resp_buftype[3]; in smb2_set_ea() local 1185 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea() 1214 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea() 1219 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1220 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea() 1303 resp_buftype, rsp_iov); in smb2_set_ea() 1311 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea() 1312 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea() 1313 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_set_ea() 1556 int resp_buftype[3]; in smb2_ioctl_query_info() local [all …]
|
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() 621 &rqst[1], &resp_buftype[1], in smb2_compound_op() 630 rqst, resp_buftype, in smb2_compound_op() 646 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op() 774 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op() 787 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op() 824 memcpy(out_buftype, resp_buftype, in smb2_compound_op() 828 free_rsp_buf(resp_buftype[i], rsp_iov[i].iov_base); in smb2_compound_op()
|
H A D | misc.c | 249 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument 251 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf() 253 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
|
H A D | smb2proto.h | 160 struct kvec *err_iov, int *resp_buftype);
|
H A D | cifsproto.h | 648 int resp_buftype,
|