Lines Matching refs:result

44 static void qmi_result_error(struct rmtfs_qmi_result *result, unsigned error)  in qmi_result_error()  argument
47 if (result->result == QMI_RMTFS_RESULT_FAILURE) in qmi_result_error()
50 result->result = QMI_RMTFS_RESULT_FAILURE; in qmi_result_error()
51 result->error = error; in qmi_result_error()
68 qmi_result_error(&resp.result, QMI_RMTFS_ERR_MALFORMED_MSG); in rmtfs_open()
74 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_open()
84 req.path, caller_id, resp.result.result, resp.result.error); in rmtfs_open()
115 qmi_result_error(&resp.result, QMI_RMTFS_ERR_MALFORMED_MSG); in rmtfs_close()
121 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_close()
130 req.caller_id, resp.result.result, resp.result.error); in rmtfs_close()
173 qmi_result_error(&resp.result, QMI_RMTFS_ERR_MALFORMED_MSG); in rmtfs_iovec()
186 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_iovec()
212 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_iovec()
222 resp.result.result, resp.result.error); in rmtfs_iovec()
265 qmi_result_error(&resp.result, QMI_RMTFS_ERR_MALFORMED_MSG); in rmtfs_alloc_buf()
274 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_alloc_buf()
281 …%d, %d => 0x%lx (%d:%d)\n", caller_id, alloc_size, address, resp.result.result, resp.result.error); in rmtfs_alloc_buf()
313 qmi_result_error(&resp.result, QMI_RMTFS_ERR_MALFORMED_MSG); in rmtfs_get_dev_error()
319 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_get_dev_error()
327 … dev_error %d => %d (%d:%d)\n", req.caller_id, resp.status, resp.result.result, resp.result.error); in rmtfs_get_dev_error()