Home
last modified time | relevance | path

Searched refs:DLM_MSG_CANCEL_REPLY (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Ddlm_internal.h395 #define DLM_MSG_CANCEL_REPLY 8 macro
H A Dlock.c1371 return DLM_MSG_CANCEL_REPLY; in msg_reply_type()
1521 if (is_overlap_cancel(lkb) && (mstype == DLM_MSG_CANCEL_REPLY)) { in _remove_from_waiters()
1531 if ((mstype == DLM_MSG_CANCEL_REPLY) && in _remove_from_waiters()
3839 return send_common_reply(r, lkb, DLM_MSG_CANCEL_REPLY, rv); in send_cancel_reply()
3999 case DLM_MSG_CANCEL_REPLY: in validate_message()
4918 case DLM_MSG_CANCEL_REPLY: in _receive_message()
5226 ms_stub->m_type = DLM_MSG_CANCEL_REPLY; in dlm_recover_waiters_pre()
/kernel/linux/linux-6.6/fs/dlm/
H A Ddlm_internal.h404 #define DLM_MSG_CANCEL_REPLY 8 macro
H A Dlock.c1396 return DLM_MSG_CANCEL_REPLY; in msg_reply_type()
1474 if (mstype == DLM_MSG_CANCEL_REPLY && in _remove_from_waiters()
1484 if ((mstype == DLM_MSG_CANCEL_REPLY) && in _remove_from_waiters()
3641 return send_common_reply(r, lkb, DLM_MSG_CANCEL_REPLY, rv); in send_cancel_reply()
3805 case cpu_to_le32(DLM_MSG_CANCEL_REPLY): in validate_message()
4667 case cpu_to_le32(DLM_MSG_CANCEL_REPLY): in _receive_message()
4980 ms_local->m_type = cpu_to_le32(DLM_MSG_CANCEL_REPLY); in dlm_recover_waiters_pre()
/kernel/linux/linux-6.6/include/trace/events/
H A Ddlm.h73 { DLM_MSG_CANCEL_REPLY, "CANCEL_REPLY"}, \

Completed in 18 milliseconds