Searched refs:DLM_MSG_UNLOCK (Results 1 – 2 of 2) sorted by relevance
1369 case DLM_MSG_UNLOCK: in msg_reply_type()1466 case DLM_MSG_UNLOCK: in add_to_waiters()3007 case DLM_MSG_UNLOCK: in validate_unlock_args()3041 case DLM_MSG_UNLOCK: in validate_unlock_args()3576 case DLM_MSG_UNLOCK: in create_message()3632 case DLM_MSG_UNLOCK: in send_args()3700 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()3981 case DLM_MSG_UNLOCK: in validate_message()4881 case DLM_MSG_UNLOCK: in _receive_message()5138 if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) { in dlm_recover_waiters_pre()[all …]
393 #define DLM_MSG_UNLOCK 3 macro