Searched refs:DLM_MSG_REQUEST_REPLY (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dlm_internal.h | 392 #define DLM_MSG_REQUEST_REPLY 5 macro
|
H A D | lock.c | 1365 return DLM_MSG_REQUEST_REPLY; in msg_reply_type() 2176 if (ms->m_type != DLM_MSG_REQUEST_REPLY && in munge_altmode() 3579 case DLM_MSG_REQUEST_REPLY: in create_message() 3635 case DLM_MSG_REQUEST_REPLY: in send_args() 3824 return send_common_reply(r, lkb, DLM_MSG_REQUEST_REPLY, rv); in send_request_reply() 4006 case DLM_MSG_REQUEST_REPLY: in validate_message() 4512 error = remove_from_waiters(lkb, DLM_MSG_REQUEST_REPLY); in receive_request_reply() 4906 case DLM_MSG_REQUEST_REPLY: in _receive_message()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dlm_internal.h | 401 #define DLM_MSG_REQUEST_REPLY 5 macro
|
H A D | lock.c | 1390 return DLM_MSG_REQUEST_REPLY; in msg_reply_type() 1950 if (ms->m_type != cpu_to_le32(DLM_MSG_REQUEST_REPLY) && in munge_altmode() 3378 case DLM_MSG_REQUEST_REPLY: in create_message() 3434 case cpu_to_le32(DLM_MSG_REQUEST_REPLY): in send_args() 3626 return send_common_reply(r, lkb, DLM_MSG_REQUEST_REPLY, rv); in send_request_reply() 3812 case cpu_to_le32(DLM_MSG_REQUEST_REPLY): in validate_message() 4249 error = remove_from_waiters(lkb, DLM_MSG_REQUEST_REPLY); in receive_request_reply() 4655 case cpu_to_le32(DLM_MSG_REQUEST_REPLY): in _receive_message()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 70 { DLM_MSG_REQUEST_REPLY, "REQUEST_REPLY"}, \
|
Completed in 19 milliseconds