Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dlock.c1707 case DLM_MSG_UNLOCK: in msg_reply_type()
1727 case DLM_MSG_UNLOCK: in add_to_waiters()
2965 case DLM_MSG_UNLOCK: in validate_unlock_args()
2993 case DLM_MSG_UNLOCK: in validate_unlock_args()
3541 case DLM_MSG_UNLOCK: in create_message()
3597 case cpu_to_le32(DLM_MSG_UNLOCK): in send_args()
3661 return send_common(r, lkb, DLM_MSG_UNLOCK); in send_unlock()
3950 case cpu_to_le32(DLM_MSG_UNLOCK): in validate_message()
4801 case cpu_to_le32(DLM_MSG_UNLOCK): in _receive_message()
5078 if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) { in dlm_recover_waiters_pre()
[all …]
H A Ddlm_internal.h422 #define DLM_MSG_UNLOCK 3 macro
/linux/include/trace/events/
H A Ddlm.h68 { DLM_MSG_UNLOCK, "UNLOCK"}, \