Searched refs:DLM_MSG_UNLOCK (Results 1 – 2 of 2) sorted by relevance
1406 case DLM_MSG_UNLOCK: in msg_reply_type()1434 case DLM_MSG_UNLOCK: in add_to_waiters()3009 case DLM_MSG_UNLOCK: in validate_unlock_args()3043 case DLM_MSG_UNLOCK: in validate_unlock_args()3598 case DLM_MSG_UNLOCK: in create_message()3653 case cpu_to_le32(DLM_MSG_UNLOCK): in send_args()3721 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()4012 case cpu_to_le32(DLM_MSG_UNLOCK): in validate_message()4925 case cpu_to_le32(DLM_MSG_UNLOCK): in _receive_message()5190 if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) { in dlm_recover_waiters_pre()[all …]
411 #define DLM_MSG_UNLOCK 3 macro