Searched refs:DLM_MSG_LOOKUP_REPLY (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | requestqueue.c | 144 type == DLM_MSG_LOOKUP_REPLY) in purge_request()
|
H A D | dlm_internal.h | 400 #define DLM_MSG_LOOKUP_REPLY 13 macro
|
H A D | lock.c | 1373 return DLM_MSG_LOOKUP_REPLY; in msg_reply_type() 3776 remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in send_lookup() 3850 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply() 4813 error = remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in receive_lookup_reply() 4946 case DLM_MSG_LOOKUP_REPLY: in _receive_message()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | requestqueue.c | 147 type == cpu_to_le32(DLM_MSG_LOOKUP_REPLY)) in purge_request()
|
H A D | dlm_internal.h | 409 #define DLM_MSG_LOOKUP_REPLY 13 macro
|
H A D | lock.c | 1398 return DLM_MSG_LOOKUP_REPLY; in msg_reply_type() 3577 remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in send_lookup() 3653 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh, in send_lookup_reply() 4560 error = remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in receive_lookup_reply() 4695 case cpu_to_le32(DLM_MSG_LOOKUP_REPLY): in _receive_message()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 78 { DLM_MSG_LOOKUP_REPLY, "LOOKUP_REPLY"}, \
|
Completed in 19 milliseconds