Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dlock.c1705 case DLM_MSG_CONVERT: in msg_reply_type()
1807 (lkb->lkb_wait_type == DLM_MSG_CONVERT) && ms && !ms->m_result && in _remove_from_waiters()
3540 case DLM_MSG_CONVERT: in create_message()
3596 case cpu_to_le32(DLM_MSG_CONVERT): in send_args()
3642 error = send_common(r, lkb, DLM_MSG_CONVERT); in send_convert()
3949 case cpu_to_le32(DLM_MSG_CONVERT): in validate_message()
4797 case cpu_to_le32(DLM_MSG_CONVERT): in _receive_message()
4889 if (ms->m_type == cpu_to_le32(DLM_MSG_CONVERT)) in _receive_message()
5133 case DLM_MSG_CONVERT: in dlm_recover_waiters_pre()
5297 case DLM_MSG_CONVERT: in dlm_recover_waiters_post()
[all …]
H A Ddlm_internal.h421 #define DLM_MSG_CONVERT 2 macro
/linux/include/trace/events/
H A Ddlm.h67 { DLM_MSG_CONVERT, "CONVERT"}, \