Home
last modified time | relevance | path

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

/Linux-v5.15/fs/dlm/
Dlock.c1368 case DLM_MSG_UNLOCK: in msg_reply_type()
1465 case DLM_MSG_UNLOCK: in add_to_waiters()
3006 case DLM_MSG_UNLOCK: in validate_unlock_args()
3040 case DLM_MSG_UNLOCK: in validate_unlock_args()
3573 case DLM_MSG_UNLOCK: in create_message()
3629 case DLM_MSG_UNLOCK: in send_args()
3697 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()
3978 case DLM_MSG_UNLOCK: in validate_message()
4880 case DLM_MSG_UNLOCK: in _receive_message()
5137 if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) { in dlm_recover_waiters_pre()
[all …]
Ddlm_internal.h403 #define DLM_MSG_UNLOCK 3 macro