Searched refs:buftype (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | smb2proto.h | 262 struct kvec *rsp, int *buftype,
|
D | smb2ops.c | 1046 int buftype = CIFS_NO_BUFFER; in smb2_query_eas() local 1061 &rsp_iov, &buftype, cifs_sb); in smb2_query_eas() 1088 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_query_eas() 2246 struct kvec *rsp, int *buftype, in smb2_query_info_compound() argument 2319 *buftype = resp_buftype[1]; in smb2_query_info_compound() 2338 int buftype = CIFS_NO_BUFFER; in smb2_queryfs() local 2347 &rsp_iov, &buftype, cifs_sb); in smb2_queryfs() 2363 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_queryfs()
|
D | smb2pdu.c | 2606 struct kvec *err_iov, int *buftype) in SMB2_open() argument 2648 *buftype = resp_buftype; in SMB2_open()
|