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

/linux-master/fs/dlm/
H A Ddlm_internal.h404 #define DLM_MSG_CANCEL_REPLY 8 macro
H A Dlock.c1396 return DLM_MSG_CANCEL_REPLY;
1476 if (mstype == DLM_MSG_CANCEL_REPLY &&
1486 if ((mstype == DLM_MSG_CANCEL_REPLY) &&
3644 return send_common_reply(r, lkb, DLM_MSG_CANCEL_REPLY, rv);
3808 case cpu_to_le32(DLM_MSG_CANCEL_REPLY):
4670 case cpu_to_le32(DLM_MSG_CANCEL_REPLY):
4983 ms_local->m_type = cpu_to_le32(DLM_MSG_CANCEL_REPLY);
/linux-master/include/trace/events/
H A Ddlm.h73 { DLM_MSG_CANCEL_REPLY, "CANCEL_REPLY"}, \

Completed in 135 milliseconds