Searched refs:DLM_MSG_LOOKUP (Results 1 – 3 of 3) sorted by relevance
134 type == DLM_MSG_LOOKUP || in purge_request()
801 case DLM_MSG_LOOKUP: in msg_reply_type()2153 case DLM_MSG_LOOKUP: in validate_unlock_args()2187 case DLM_MSG_LOOKUP: in validate_unlock_args()2678 case DLM_MSG_LOOKUP: in create_message()2735 case DLM_MSG_LOOKUP: in send_args()2863 error = add_to_waiters(lkb, DLM_MSG_LOOKUP); in send_lookup()2869 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()3419 if (mstype == DLM_MSG_LOOKUP) { in receive_request_reply()3790 case DLM_MSG_LOOKUP: in _receive_message()3959 if (lkb->lkb_wait_type == DLM_MSG_LOOKUP) { in dlm_recover_waiters_pre()[all …]
350 #define DLM_MSG_LOOKUP 11 macro