Searched refs:buftype (Results 1 – 7 of 7) sorted by relevance
/fs/smb/client/ |
D | smb2inode.c | 763 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op() 1272 *rsp_buftype = data.reparse.io.buftype; in smb2_query_reparse_point() 1274 data.reparse.io.buftype = CIFS_NO_BUFFER; in smb2_query_reparse_point()
|
D | smb2proto.h | 303 struct kvec *rsp, int *buftype,
|
D | smb2ops.c | 1063 int buftype = CIFS_NO_BUFFER; in smb2_query_eas() local 1074 &rsp_iov, &buftype, cifs_sb); in smb2_query_eas() 1100 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_query_eas() 2632 struct kvec *rsp, int *buftype, in smb2_query_info_compound() argument 2763 *buftype = resp_buftype[1]; in smb2_query_info_compound() 2791 int buftype = CIFS_NO_BUFFER; in smb2_queryfs() local 2800 &rsp_iov, &buftype, cifs_sb); in smb2_queryfs() 2817 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_queryfs()
|
D | cifsproto.h | 776 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base); in cifs_free_open_info()
|
D | cifsglob.h | 220 int buftype; member
|
D | smb2pdu.c | 3174 struct kvec *err_iov, int *buftype) in SMB2_open() argument 3226 *buftype = resp_buftype; in SMB2_open()
|
D | inode.c | 1020 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
|