Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c902 if (msg_flags & MSG_CONNECT_RECONNECT) { in ptlrpc_connect_interpret()
Dwiretest.c861 LASSERTF(MSG_CONNECT_RECONNECT == 0x00000002UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
862 (unsigned)MSG_CONNECT_RECONNECT); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1188 #define MSG_CONNECT_RECONNECT 0x00000002 macro