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()
231 QMI_RESPONSE, QMI_RMTFS_RW_IOVEC, txn, &resp, in rmtfs_iovec()
248 struct rmtfs_alloc_buf_resp resp = {}; in rmtfs_alloc_buf() local
261 qmi_result_error(&resp.result, QMI_RMTFS_ERR_MALFORMED_MSG); in rmtfs_alloc_buf()
270 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_alloc_buf()
274 resp.buff_address = address; in rmtfs_alloc_buf()
275 resp.buff_address_valid = true; in rmtfs_alloc_buf()
277 …loc %d, %d => 0x%lx (%d:%d)\n", caller_id, alloc_size, address, resp.result.result, resp.result.er… in rmtfs_alloc_buf()
280 QMI_RESPONSE, QMI_RMTFS_ALLOC_BUFF, txn, &resp, in rmtfs_alloc_buf()
297 struct rmtfs_dev_error_resp resp = {}; in rmtfs_get_dev_error() local
309 qmi_result_error(&resp.result, QMI_RMTFS_ERR_MALFORMED_MSG); in rmtfs_get_dev_error()
315 qmi_result_error(&resp.result, QMI_RMTFS_ERR_INTERNAL); in rmtfs_get_dev_error()
319 resp.status = storage_get_error(rmtfd); in rmtfs_get_dev_error()
320 resp.status_valid = true; in rmtfs_get_dev_error()
323 …tf("[RMTFS] dev_error %d => %d (%d:%d)\n", req.caller_id, resp.status, resp.result.result, resp.re… in rmtfs_get_dev_error()
327 &resp, rmtfs_dev_error_resp_ei); in rmtfs_get_dev_error()