Searched refs:DLM_MSG_LOOKUP (Results 1 – 4 of 4) sorted by relevance
123 type == cpu_to_le32(DLM_MSG_LOOKUP) || in purge_request()
1711 case DLM_MSG_LOOKUP: in msg_reply_type()2960 case DLM_MSG_LOOKUP: in validate_unlock_args()2988 case DLM_MSG_LOOKUP: in validate_unlock_args()3536 case DLM_MSG_LOOKUP: in create_message()3593 case cpu_to_le32(DLM_MSG_LOOKUP): in send_args()3719 add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid); in send_lookup()3720 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()4420 if (mstype == DLM_MSG_LOOKUP) { in receive_request_reply()4842 case cpu_to_le32(DLM_MSG_LOOKUP): in _receive_message()5093 if (lkb->lkb_wait_type == DLM_MSG_LOOKUP) { in dlm_recover_waiters_pre()[all …]
430 #define DLM_MSG_LOOKUP 11 macro
76 { DLM_MSG_LOOKUP, "LOOKUP"}, \