Lines Matching refs:VALID
108 #define VALID 1
173 if (entry->cpg_state != VALID)
358 if (entry->state != VALID) {
361 * valid yet.
363 LOG_ERROR("Forced to refuse checkpoint for nodeid %u - log not valid yet",
803 if (entry->state != VALID)
1024 /* Redundant checkpoints ignored if match->valid */
1038 "[%s] Checkpoint data received from %u. Log is now valid",
1041 "[%s] Checkpoint data received from %u. Log is now valid",
1043 match->state = VALID;
1069 LOG_DBG("Log not valid yet, storing request");
1089 * If the log is now valid, we can queue the checkpoints
1095 LOG_DBG("[%s] Withholding checkpoints until log is valid (%s from %u)",
1177 match->state = VALID;
1195 if (dm_list_empty(&match->startup_list) && (match->state == VALID) &&
1364 * Setting log state to VALID and acting as 'first join'.
1366 match->state = VALID;
1512 new->cpg_state = VALID;
1571 * If the state is VALID, we might be processing the
1575 if (!dm_list_empty(&del->startup_list) && (state != VALID))
1630 "INVALID" : (entry->state == VALID) ? "VALID" :