Searched refs:DLM_MSG_UNLOCK (Results 1 – 3 of 3) sorted by relevance
1710 case DLM_MSG_UNLOCK: in msg_reply_type()1730 case DLM_MSG_UNLOCK: in add_to_waiters()2968 case DLM_MSG_UNLOCK: in validate_unlock_args()2996 case DLM_MSG_UNLOCK: in validate_unlock_args()3544 case DLM_MSG_UNLOCK: in create_message()3600 case cpu_to_le32(DLM_MSG_UNLOCK): in send_args()3664 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()3953 case cpu_to_le32(DLM_MSG_UNLOCK): in validate_message()4804 case cpu_to_le32(DLM_MSG_UNLOCK): in _receive_message()5064 if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) { in dlm_recover_waiters_pre()[all …]
422 #define DLM_MSG_UNLOCK 3 macro
68 { DLM_MSG_UNLOCK, "UNLOCK"}, \