Searched refs:REQ_RESULT_FAIL (Results 1 – 2 of 2) sorted by relevance
171 resp->result = ret == 0 ? REQ_RESULT_SUCCESS : REQ_RESULT_FAIL; in handle_sync()342 resp->result = REQ_RESULT_FAIL; in handle_request()422 result = REQ_RESULT_FAIL; in handle_sync_response()430 result = REQ_RESULT_FAIL; in handle_sync_response()435 result = REQ_RESULT_FAIL; in handle_sync_response()438 if (resp->result == REQ_RESULT_FAIL) { in handle_sync_response()439 result = REQ_RESULT_FAIL; in handle_sync_response()489 result == REQ_RESULT_FAIL) { in handle_sync_response()576 resp->result = REQ_RESULT_FAIL; in handle_rollback_response()
27 REQ_RESULT_FAIL enumerator