Home
last modified time | relevance | path

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

/linux-6.6.21/fs/dlm/
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()
3376 case DLM_MSG_CONVERT: in create_message()
3432 case cpu_to_le32(DLM_MSG_CONVERT): in send_args()
3481 error = send_common(r, lkb, DLM_MSG_CONVERT); in send_convert()
3796 case cpu_to_le32(DLM_MSG_CONVERT): in validate_message()
4640 case cpu_to_le32(DLM_MSG_CONVERT): in _receive_message()
4732 if (ms->m_type == cpu_to_le32(DLM_MSG_CONVERT)) in _receive_message()
4963 case DLM_MSG_CONVERT: in dlm_recover_waiters_pre()
5089 case DLM_MSG_CONVERT: in dlm_recover_waiters_post()
[all …]
Ddlm_internal.h398 #define DLM_MSG_CONVERT 2 macro
/linux-6.6.21/include/trace/events/
Ddlm.h67 { DLM_MSG_CONVERT, "CONVERT"}, \