Searched refs:MSG_LOCK_REPLAY_DONE (Results 1 – 5 of 5) sorted by relevance
314 MSG_REQ_REPLAY_DONE | MSG_LOCK_REPLAY_DONE))) { in ptlrpc_at_set_reply()
1264 MSG_LOCK_REPLAY_DONE | MSG_REQ_REPLAY_DONE); in signal_completed_replay()
1275 (MSG_REPLAY | MSG_REQ_REPLAY_DONE | MSG_LOCK_REPLAY_DONE)) { in ptlrpc_at_send_early_reply()
859 LASSERTF(MSG_LOCK_REPLAY_DONE == 0x00000080UL, "found 0x%.8xUL\n", in lustre_assert_wire_constants()860 (unsigned)MSG_LOCK_REPLAY_DONE); in lustre_assert_wire_constants()
1174 #define MSG_LOCK_REPLAY_DONE 0x0080 macro