Searched refs:MSG_CONNECT_RECOVERING (Results 1 – 3 of 3) sorted by relevance
897 if (msg_flags & MSG_CONNECT_RECOVERING) { in ptlrpc_connect_interpret()926 int level = msg_flags & MSG_CONNECT_RECOVERING ? in ptlrpc_connect_interpret()936 if ((MSG_CONNECT_RECOVERING & msg_flags)) { in ptlrpc_connect_interpret()957 if (!(MSG_CONNECT_RECOVERING & msg_flags)) { in ptlrpc_connect_interpret()973 } else if (MSG_CONNECT_RECOVERING & msg_flags) { in ptlrpc_connect_interpret()986 } else if ((MSG_CONNECT_RECOVERING & msg_flags) && !imp->imp_invalid) { in ptlrpc_connect_interpret()
861 LASSERTF(MSG_CONNECT_RECOVERING == 0x00000001UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()862 (unsigned)MSG_CONNECT_RECOVERING); in lustre_assert_wire_constants()
1180 #define MSG_CONNECT_RECOVERING 0x00000001 macro