Lines Matching defs:warn
287 union drbd_state ns, enum sanitize_state_warnings *warn);
1027 static void print_sanitize_warnings(struct drbd_device *device, enum sanitize_state_warnings warn)
1038 if (warn != NO_WARNING)
1039 drbd_warn(device, "%s\n", msg_table[warn]);
1047 * @warn: placeholder for returned state warning.
1053 union drbd_state ns, enum sanitize_state_warnings *warn)
1058 if (warn)
1059 *warn = NO_WARNING;
1084 if (warn)
1085 *warn = ns.conn == C_VERIFY_S || ns.conn == C_VERIFY_T ?
1097 if (warn)
1098 *warn = CONNECTION_LOST_NEGOTIATING;
1180 if (warn)
1181 *warn = IMPLICITLY_UPGRADED_DISK;
1188 if (warn)
1189 *warn = IMPLICITLY_UPGRADED_PDSK;