Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Ddlm_internal.h402 #define DLM_MSG_REQUEST_REPLY 5 macro
H A Dlock.c1390 return DLM_MSG_REQUEST_REPLY; in msg_reply_type()
1950 if (ms->m_type != cpu_to_le32(DLM_MSG_REQUEST_REPLY) && in munge_altmode()
3376 case DLM_MSG_REQUEST_REPLY: in create_message()
3432 case cpu_to_le32(DLM_MSG_REQUEST_REPLY): in send_args()
3624 return send_common_reply(r, lkb, DLM_MSG_REQUEST_REPLY, rv); in send_request_reply()
3810 case cpu_to_le32(DLM_MSG_REQUEST_REPLY): in validate_message()
4247 error = remove_from_waiters(lkb, DLM_MSG_REQUEST_REPLY); in receive_request_reply()
4653 case cpu_to_le32(DLM_MSG_REQUEST_REPLY): in _receive_message()
/openbmc/linux/include/trace/events/
H A Ddlm.h70 { DLM_MSG_REQUEST_REPLY, "REQUEST_REPLY"}, \