Home
last modified time | relevance | path

Searched refs:resp_buftype (Results 1 – 3 of 3) 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 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 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()