Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Ddlm_internal.h428 #define DLM_MSG_GRANT 9 macro
H A Dlock.c2123 ms->m_type != cpu_to_le32(DLM_MSG_GRANT)) { in munge_altmode()
3547 case DLM_MSG_GRANT: in create_message()
3603 case cpu_to_le32(DLM_MSG_GRANT): in send_args()
3680 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3962 case cpu_to_le32(DLM_MSG_GRANT): in validate_message()
4833 case cpu_to_le32(DLM_MSG_GRANT): in _receive_message()
/linux/include/trace/events/
H A Ddlm.h74 { DLM_MSG_GRANT, "GRANT"}, \