Searched refs:DLM_MSG_LOOKUP_REPLY (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/dlm/ |
A D | requestqueue.c | 146 type == cpu_to_le32(DLM_MSG_LOOKUP_REPLY)) in purge_request()
|
A D | dlm_internal.h | 422 #define DLM_MSG_LOOKUP_REPLY 13 macro
|
A D | lock.c | 1413 return DLM_MSG_LOOKUP_REPLY; in msg_reply_type() 3751 remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in send_lookup() 3826 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh, in send_lookup_reply() 4725 error = remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in receive_lookup_reply() 4860 case cpu_to_le32(DLM_MSG_LOOKUP_REPLY): in _receive_message()
|
/linux-6.3-rc2/include/trace/events/ |
A D | dlm.h | 85 { DLM_MSG_LOOKUP_REPLY, "LOOKUP_REPLY"}, \
|
Completed in 17 milliseconds