Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Ddlm_internal.h428 #define DLM_MSG_GRANT 9 macro
H A Dlock.c2122 ms->m_type != cpu_to_le32(DLM_MSG_GRANT)) { in munge_altmode()
3546 case DLM_MSG_GRANT: in create_message()
3602 case cpu_to_le32(DLM_MSG_GRANT): in send_args()
3679 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3961 case cpu_to_le32(DLM_MSG_GRANT): in validate_message()
4832 case cpu_to_le32(DLM_MSG_GRANT): in _receive_message()
/linux-6.15/include/trace/events/
H A Ddlm.h74 { DLM_MSG_GRANT, "GRANT"}, \