Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Ddlm_internal.h427 #define DLM_MSG_CANCEL_REPLY 8 macro
H A Dlock.c1712 return DLM_MSG_CANCEL_REPLY; in msg_reply_type()
1783 if (mstype == DLM_MSG_CANCEL_REPLY && in _remove_from_waiters()
1793 if ((mstype == DLM_MSG_CANCEL_REPLY) && in _remove_from_waiters()
3797 return send_common_reply(r, lkb, DLM_MSG_CANCEL_REPLY, rv); in send_cancel_reply()
3960 case cpu_to_le32(DLM_MSG_CANCEL_REPLY): in validate_message()
4826 case cpu_to_le32(DLM_MSG_CANCEL_REPLY): in _receive_message()
5152 ms_local->m_type = cpu_to_le32(DLM_MSG_CANCEL_REPLY); in dlm_recover_waiters_pre()
/linux-6.15/include/trace/events/
H A Ddlm.h73 { DLM_MSG_CANCEL_REPLY, "CANCEL_REPLY"}, \