Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c878 if (msg_flags & MSG_CONNECT_REPLAYABLE) { in ptlrpc_connect_interpret()
1001 if (!(imp->imp_replayable) != !(msg_flags & MSG_CONNECT_REPLAYABLE)) { in ptlrpc_connect_interpret()
Dwiretest.c865 LASSERTF(MSG_CONNECT_REPLAYABLE == 0x00000004UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
866 (unsigned)MSG_CONNECT_REPLAYABLE); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1182 #define MSG_CONNECT_REPLAYABLE 0x00000004 macro