Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
Dlock.c1366 case DLM_MSG_CONVERT: in msg_reply_type()
1547 (lkb->lkb_wait_type == DLM_MSG_CONVERT) && in _remove_from_waiters()
3576 case DLM_MSG_CONVERT: in create_message()
3632 case DLM_MSG_CONVERT: in send_args()
3681 error = send_common(r, lkb, DLM_MSG_CONVERT); in send_convert()
3989 case DLM_MSG_CONVERT: in validate_message()
4890 case DLM_MSG_CONVERT: in _receive_message()
4979 if (ms->m_type == DLM_MSG_CONVERT) in _receive_message()
5206 case DLM_MSG_CONVERT: in dlm_recover_waiters_pre()
5338 case DLM_MSG_CONVERT: in dlm_recover_waiters_post()
[all …]
Ddlm_internal.h389 #define DLM_MSG_CONVERT 2 macro