Searched refs:DLM_MSG_CONVERT_REPLY (Results 1 – 3 of 3) sorted by relevance
1709 return DLM_MSG_CONVERT_REPLY; in msg_reply_type()1809 if ((mstype == DLM_MSG_CONVERT_REPLY) && in _remove_from_waiters()3546 case DLM_MSG_CONVERT_REPLY: in create_message()3602 case cpu_to_le32(DLM_MSG_CONVERT_REPLY): in send_args()3649 remove_from_waiters(lkb, DLM_MSG_CONVERT_REPLY); in send_convert()3650 r->res_ls->ls_local_ms.m_type = cpu_to_le32(DLM_MSG_CONVERT_REPLY); in send_convert()3788 return send_common_reply(r, lkb, DLM_MSG_CONVERT_REPLY, rv); in send_convert_reply()3959 case cpu_to_le32(DLM_MSG_CONVERT_REPLY): in validate_message()4819 case cpu_to_le32(DLM_MSG_CONVERT_REPLY): in _receive_message()
425 #define DLM_MSG_CONVERT_REPLY 6 macro
71 { DLM_MSG_CONVERT_REPLY, "CONVERT_REPLY"}, \