Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
Drequestqueue.c143 type == DLM_MSG_LOOKUP || in purge_request()
Dlock.c1372 case DLM_MSG_LOOKUP: in msg_reply_type()
3003 case DLM_MSG_LOOKUP: in validate_unlock_args()
3037 case DLM_MSG_LOOKUP: in validate_unlock_args()
3572 case DLM_MSG_LOOKUP: in create_message()
3629 case DLM_MSG_LOOKUP: in send_args()
3759 error = add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid); in send_lookup()
3763 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
4521 if (mstype == DLM_MSG_LOOKUP) { in receive_request_reply()
4935 case DLM_MSG_LOOKUP: in _receive_message()
5166 if (lkb->lkb_wait_type == DLM_MSG_LOOKUP) { in dlm_recover_waiters_pre()
[all …]
Ddlm_internal.h398 #define DLM_MSG_LOOKUP 11 macro