Home
last modified time | relevance | path

Searched refs:resp_buftype (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2inode.c215 int resp_buftype[MAX_COMPOUND]; in smb2_compound_op() local
248 for (i = 0; i < ARRAY_SIZE(resp_buftype); i++) in smb2_compound_op()
249 resp_buftype[i] = CIFS_NO_BUFFER; in smb2_compound_op()
540 &rqst[1], &resp_buftype[1], in smb2_compound_op()
553 rqst, resp_buftype, in smb2_compound_op()
592 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op()
707 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op()
720 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op()
757 memcpy(out_buftype, resp_buftype, in smb2_compound_op()
761 free_rsp_buf(resp_buftype[i], rsp_iov[i].iov_base); in smb2_compound_op()
[all …]
H A Dsmb2pdu.c1086 int resp_buftype; in SMB2_negotiate() local
1163 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
1323 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
2114 int resp_buftype; in SMB2_tcon() local
2185 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
2235 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2903 int resp_buftype; in smb311_posix_mkdir() local
3037 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
3067 free_rsp_buf(resp_buftype, rsp_iov.iov_base); in smb311_posix_mkdir()
3276 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local
[all …]
H A Dcached_dir.c144 int resp_buftype[2]; in open_cached_dir() local
265 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
325 resp_buftype, rsp_iov); in open_cached_dir()
387 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir()
388 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
H A Dsmb2ops.c1195 int resp_buftype[3]; in smb2_set_ea() local
1224 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1253 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea()
1258 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1259 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1345 resp_buftype, rsp_iov); in smb2_set_ea()
1353 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea()
1354 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1355 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_set_ea()
1596 int resp_buftype[3]; in smb2_ioctl_query_info() local
[all …]
H A Dmisc.c262 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
264 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
266 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
H A Dcifsproto.h33 void free_rsp_buf(int resp_buftype, void *rsp);
383 int resp_buftype,