Home
last modified time | relevance | path

Searched refs:DLM_MSG_LOOKUP (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/dlm/
H A Drequestqueue.c123 type == cpu_to_le32(DLM_MSG_LOOKUP) || in purge_request()
H A Dlock.c1713 case DLM_MSG_LOOKUP: in msg_reply_type()
2962 case DLM_MSG_LOOKUP: in validate_unlock_args()
2990 case DLM_MSG_LOOKUP: in validate_unlock_args()
3538 case DLM_MSG_LOOKUP: in create_message()
3595 case cpu_to_le32(DLM_MSG_LOOKUP): in send_args()
3721 add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid); in send_lookup()
4422 if (mstype == DLM_MSG_LOOKUP) { in receive_request_reply()
4844 case cpu_to_le32(DLM_MSG_LOOKUP): in _receive_message()
5095 if (lkb->lkb_wait_type == DLM_MSG_LOOKUP) { in dlm_recover_waiters_pre()
5293 case DLM_MSG_LOOKUP: in dlm_recover_waiters_post()
[all …]
H A Ddlm_internal.h430 #define DLM_MSG_LOOKUP 11 macro
/linux-6.15/include/trace/events/
H A Ddlm.h76 { DLM_MSG_LOOKUP, "LOOKUP"}, \