Home
last modified time | relevance | path

Searched refs:MSG_LOCK_REPLAY_DONE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c312 MSG_REQ_REPLAY_DONE | MSG_LOCK_REPLAY_DONE))) { in ptlrpc_at_set_reply()
Dimport.c1254 MSG_LOCK_REPLAY_DONE | MSG_REQ_REPLAY_DONE); in signal_completed_replay()
Dwiretest.c857 LASSERTF(MSG_LOCK_REPLAY_DONE == 0x00000080UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()
858 (unsigned)MSG_LOCK_REPLAY_DONE); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1181 #define MSG_LOCK_REPLAY_DONE 0x0080 macro