Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c715 lustre_msg_add_op_flags(request->rq_reqmsg, MSG_CONNECT_NEXT_VER); in ptlrpc_connect_import()
Dwiretest.c871 LASSERTF(MSG_CONNECT_NEXT_VER == 0x00000080UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
872 (unsigned)MSG_CONNECT_NEXT_VER); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1194 #define MSG_CONNECT_NEXT_VER 0x00000080 /* use next version of lustre_msg */ macro