Home
last modified time | relevance | path

Searched refs:MSG_CONNECT_RECOVERING (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c897 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()
Dwiretest.c861 LASSERTF(MSG_CONNECT_RECOVERING == 0x00000001UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
862 (unsigned)MSG_CONNECT_RECOVERING); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1180 #define MSG_CONNECT_RECOVERING 0x00000001 macro