Searched refs:err_buftype (Results 1 – 2 of 2) sorted by relevance
152 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file() local178 &err_buftype); in smb2_open_file()182 &err_buftype); in smb2_open_file()187 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()251 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_open_file()
947 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible() local978 &err_iov, &err_buftype); in smb2_is_path_accessible()982 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()1004 free_rsp_buf(err_buftype, err_iov.iov_base); in smb2_is_path_accessible()
Completed in 23 milliseconds