Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
H A Ddlm_internal.h394 #define DLM_MSG_UNLOCK_REPLY 7 macro
H A Dlock.c1369 return DLM_MSG_UNLOCK_REPLY; in msg_reply_type()
1514 if (is_overlap_unlock(lkb) && (mstype == DLM_MSG_UNLOCK_REPLY)) { in _remove_from_waiters()
3834 return send_common_reply(r, lkb, DLM_MSG_UNLOCK_REPLY, rv); in send_unlock_reply()
3998 case DLM_MSG_UNLOCK_REPLY: in validate_message()
4914 case DLM_MSG_UNLOCK_REPLY: in _receive_message()
5215 ms_stub->m_type = DLM_MSG_UNLOCK_REPLY; in dlm_recover_waiters_pre()
/kernel/linux/linux-6.6/fs/dlm/
H A Ddlm_internal.h403 #define DLM_MSG_UNLOCK_REPLY 7 macro
H A Dlock.c1394 return DLM_MSG_UNLOCK_REPLY; in msg_reply_type()
1467 if (mstype == DLM_MSG_UNLOCK_REPLY && in _remove_from_waiters()
3636 return send_common_reply(r, lkb, DLM_MSG_UNLOCK_REPLY, rv); in send_unlock_reply()
3804 case cpu_to_le32(DLM_MSG_UNLOCK_REPLY): in validate_message()
4663 case cpu_to_le32(DLM_MSG_UNLOCK_REPLY): in _receive_message()
4970 ms_local->m_type = cpu_to_le32(DLM_MSG_UNLOCK_REPLY); in dlm_recover_waiters_pre()
/kernel/linux/linux-6.6/include/trace/events/
H A Ddlm.h72 { DLM_MSG_UNLOCK_REPLY, "UNLOCK_REPLY"}, \

Completed in 18 milliseconds