Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dlock.c1391 case DLM_MSG_CONVERT: in msg_reply_type()
1500 (lkb->lkb_wait_type == DLM_MSG_CONVERT) && ms && !ms->m_result && in _remove_from_waiters()
3374 case DLM_MSG_CONVERT: in create_message()
3430 case cpu_to_le32(DLM_MSG_CONVERT): in send_args()
3479 error = send_common(r, lkb, DLM_MSG_CONVERT); in send_convert()
3794 case cpu_to_le32(DLM_MSG_CONVERT): in validate_message()
4638 case cpu_to_le32(DLM_MSG_CONVERT): in _receive_message()
4730 if (ms->m_type == cpu_to_le32(DLM_MSG_CONVERT)) in _receive_message()
4961 case DLM_MSG_CONVERT: in dlm_recover_waiters_pre()
5087 case DLM_MSG_CONVERT: in dlm_recover_waiters_post()
[all …]
H A Ddlm_internal.h399 #define DLM_MSG_CONVERT 2 macro
/openbmc/linux/include/trace/events/
H A Ddlm.h67 { DLM_MSG_CONVERT, "CONVERT"}, \