Searched refs:out_buftype (Results 1 – 1 of 1) sorted by relevance
51 struct kvec *out_iov, int *out_buftype) in smb2_compound_op() argument520 if (out_iov && out_buftype) { in smb2_compound_op()522 memcpy(out_buftype, resp_buftype, 3 * sizeof(*out_buftype)); in smb2_compound_op()573 int out_buftype[3] = {}; in smb2_query_path_info() local599 NULL, NULL, out_iov, out_buftype); in smb2_query_path_info()605 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()640 free_rsp_buf(out_buftype[0], out_iov[0].iov_base); in smb2_query_path_info()641 free_rsp_buf(out_buftype[1], out_iov[1].iov_base); in smb2_query_path_info()642 free_rsp_buf(out_buftype[2], out_iov[2].iov_base); in smb2_query_path_info()658 int out_buftype[3] = {}; in smb311_posix_query_path_info() local[all …]