Searched refs:DLM_MSG_CONVERT_REPLY (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/dlm/
H A Dlock.c1392 return DLM_MSG_CONVERT_REPLY;
1501 if ((mstype == DLM_MSG_CONVERT_REPLY) &&
3382 case DLM_MSG_CONVERT_REPLY:
3438 case cpu_to_le32(DLM_MSG_CONVERT_REPLY):
3488 remove_from_waiters(lkb, DLM_MSG_CONVERT_REPLY);
3489 r->res_ls->ls_local_ms.m_type = cpu_to_le32(DLM_MSG_CONVERT_REPLY);
3634 return send_common_reply(r, lkb, DLM_MSG_CONVERT_REPLY, rv);
3806 case cpu_to_le32(DLM_MSG_CONVERT_REPLY):
4662 case cpu_to_le32(DLM_MSG_CONVERT_REPLY):
4852 ms_local->m_type = cpu_to_le32(DLM_MSG_CONVERT_REPLY);
[all...]
H A Ddlm_internal.h402 #define DLM_MSG_CONVERT_REPLY 6 macro
/linux-master/include/trace/events/
H A Ddlm.h71 { DLM_MSG_CONVERT_REPLY, "CONVERT_REPLY"}, \

Completed in 124 milliseconds