Home
last modified time | relevance | path

Searched refs:DLM_MSG_LOOKUP_REPLY (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/dlm/
Drequestqueue.c146 type == DLM_MSG_LOOKUP_REPLY) in purge_request()
Ddlm_internal.h402 #define DLM_MSG_LOOKUP_REPLY 13 macro
Dlock.c1375 return DLM_MSG_LOOKUP_REPLY; in msg_reply_type()
3778 remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in send_lookup()
3852 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply()
4815 error = remove_from_waiters(lkb, DLM_MSG_LOOKUP_REPLY); in receive_lookup_reply()
4948 case DLM_MSG_LOOKUP_REPLY: in _receive_message()