Lines Matching refs:resp

56 	struct rmtfs_open_resp resp = {};  in rmtfs_open()  local
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()
79 resp.caller_id = caller_id; in rmtfs_open()
80 resp.caller_id_valid = true; in rmtfs_open()
84 req.path, caller_id, resp.result.result, resp.result.error); in rmtfs_open()
87 QMI_RESPONSE, QMI_RMTFS_OPEN, txn, &resp, in rmtfs_open()
104 struct rmtfs_close_resp resp = {}; in rmtfs_close() local
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()
133 QMI_RESPONSE, QMI_RMTFS_CLOSE, txn, &resp, in rmtfs_close()
151 struct rmtfs_iovec_resp resp = {}; in rmtfs_iovec() local
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()
235 QMI_RESPONSE, QMI_RMTFS_RW_IOVEC, txn, &resp, in rmtfs_iovec()
252 struct rmtfs_alloc_buf_resp resp = {}; in rmtfs_alloc_buf() local
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()
278 resp.buff_address = address; in rmtfs_alloc_buf()
279 resp.buff_address_valid = true; in rmtfs_alloc_buf()
281 …loc %d, %d => 0x%lx (%d:%d)\n", caller_id, alloc_size, address, resp.result.result, resp.result.er… in rmtfs_alloc_buf()
284 QMI_RESPONSE, QMI_RMTFS_ALLOC_BUFF, txn, &resp, in rmtfs_alloc_buf()
301 struct rmtfs_dev_error_resp resp = {}; in rmtfs_get_dev_error() local
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()
323 resp.status = storage_get_error(rmtfd); in rmtfs_get_dev_error()
324 resp.status_valid = true; in rmtfs_get_dev_error()
327 …tf("[RMTFS] dev_error %d => %d (%d:%d)\n", req.caller_id, resp.status, resp.result.result, resp.re… in rmtfs_get_dev_error()
331 &resp, rmtfs_dev_error_resp_ei); in rmtfs_get_dev_error()