Searched refs:err_buftype (Results 1 – 2 of 2) sorted by relevance
62 struct kvec *err_iov, int *err_buftype) in smb2_compound_op() argument497 if (rc && err_iov && err_buftype) { in smb2_compound_op()499 memcpy(err_buftype, resp_buftype, 3 * sizeof(*err_buftype)); in smb2_compound_op()518 int err_buftype[3] = {}; in smb2_query_path_info() local542 err_iov, err_buftype); in smb2_query_path_info()544 if (err_iov[0].iov_base && err_buftype[0] != CIFS_NO_BUFFER && in smb2_query_path_info()562 free_rsp_buf(err_buftype[0], err_iov[0].iov_base); in smb2_query_path_info()563 free_rsp_buf(err_buftype[1], err_iov[1].iov_base); in smb2_query_path_info()564 free_rsp_buf(err_buftype[2], err_iov[2].iov_base); in smb2_query_path_info()577 int err_buftype[3] = {}; in smb311_posix_query_path_info() local[all …]
108 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file() local120 &err_buftype); in smb2_open_file()124 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()182 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_open_file()