Home
last modified time | relevance | path

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

/linux-4.19.296/fs/dlm/
Dlock.c1370 case DLM_MSG_UNLOCK: in msg_reply_type()
1467 case DLM_MSG_UNLOCK: in add_to_waiters()
3011 case DLM_MSG_UNLOCK: in validate_unlock_args()
3045 case DLM_MSG_UNLOCK: in validate_unlock_args()
3580 case DLM_MSG_UNLOCK: in create_message()
3636 case DLM_MSG_UNLOCK: in send_args()
3704 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()
3993 case DLM_MSG_UNLOCK: in validate_message()
4897 case DLM_MSG_UNLOCK: in _receive_message()
5154 if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) { in dlm_recover_waiters_pre()
[all …]
Ddlm_internal.h392 #define DLM_MSG_UNLOCK 3 macro