Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Drequestqueue.c124 type == cpu_to_le32(DLM_MSG_LOOKUP_REPLY)) in purge_request()
H A Ddlm_internal.h432 #define DLM_MSG_LOOKUP_REPLY 13 macro
H A Dlock.c1714 return DLM_MSG_LOOKUP_REPLY; in msg_reply_type()
3734 remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in send_lookup()
3809 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply()
4719 error = remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in receive_lookup_reply()
4854 case cpu_to_le32(DLM_MSG_LOOKUP_REPLY): in _receive_message()
/linux-6.15/include/trace/events/
H A Ddlm.h78 { DLM_MSG_LOOKUP_REPLY, "LOOKUP_REPLY"}, \