Home
last modified time | relevance | path

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

/linux-6.6.21/fs/dlm/
Dlock.c1393 case DLM_MSG_UNLOCK: in msg_reply_type()
1422 case DLM_MSG_UNLOCK: in add_to_waiters()
2796 case DLM_MSG_UNLOCK: in validate_unlock_args()
2827 case DLM_MSG_UNLOCK: in validate_unlock_args()
3377 case DLM_MSG_UNLOCK: in create_message()
3433 case cpu_to_le32(DLM_MSG_UNLOCK): in send_args()
3500 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()
3797 case cpu_to_le32(DLM_MSG_UNLOCK): in validate_message()
4644 case cpu_to_le32(DLM_MSG_UNLOCK): in _receive_message()
4908 if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) { in dlm_recover_waiters_pre()
[all …]
Ddlm_internal.h399 #define DLM_MSG_UNLOCK 3 macro
/linux-6.6.21/include/trace/events/
Ddlm.h68 { DLM_MSG_UNLOCK, "UNLOCK"}, \