Home
last modified time | relevance | path

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

/fs/dlm/
Drequestqueue.c147 case DLM_MSG_UNLOCK: in purge_request()
Dlock.c797 case DLM_MSG_UNLOCK: in msg_reply_type()
825 case DLM_MSG_UNLOCK: in add_to_waiters()
2158 case DLM_MSG_UNLOCK: in validate_unlock_args()
2192 case DLM_MSG_UNLOCK: in validate_unlock_args()
2683 case DLM_MSG_UNLOCK: in create_message()
2739 case DLM_MSG_UNLOCK: in send_args()
2807 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()
3085 case DLM_MSG_UNLOCK: in validate_message()
3752 case DLM_MSG_UNLOCK: in _receive_message()
3983 wait_type = DLM_MSG_UNLOCK; in dlm_recover_waiters_pre()
[all …]
Ddlm_internal.h342 #define DLM_MSG_UNLOCK 3 macro