Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Dlock.c1711 case DLM_MSG_CANCEL: in msg_reply_type()
1732 case DLM_MSG_CANCEL: in add_to_waiters()
1794 (lkb->lkb_wait_type != DLM_MSG_CANCEL)) { in _remove_from_waiters()
2968 case DLM_MSG_CANCEL: in validate_unlock_args()
3668 return send_common(r, lkb, DLM_MSG_CANCEL); in send_cancel()
3953 case cpu_to_le32(DLM_MSG_CANCEL): in validate_message()
4807 case cpu_to_le32(DLM_MSG_CANCEL): in _receive_message()
5114 wait_type = DLM_MSG_CANCEL; in dlm_recover_waiters_pre()
5149 case DLM_MSG_CANCEL: in dlm_recover_waiters_pre()
H A Ddlm_internal.h423 #define DLM_MSG_CANCEL 4 macro
/linux-6.15/include/trace/events/
H A Ddlm.h69 { DLM_MSG_CANCEL, "CANCEL"}, \