Home
last modified time | relevance | path

Searched refs:m_nodeid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Dutil.c89 ms->m_nodeid = cpu_to_le32(ms->m_nodeid); in dlm_message_out()
113 ms->m_nodeid = le32_to_cpu(ms->m_nodeid); in dlm_message_in()
H A Ddlm_internal.h406 uint32_t m_nodeid; member
H A Dlock.c3604 ms->m_nodeid = lkb->lkb_nodeid; in send_args()
3856 ms->m_nodeid = ret_nodeid; in send_lookup_reply()
4489 do_purge(ls, ms->m_nodeid, ms->m_pid); in receive_purge()
4817 ret_nodeid = ms->m_nodeid; in receive_lookup_reply()
6296 ms->m_nodeid = nodeid; in send_purge()
/kernel/linux/linux-6.6/include/trace/events/
H A Ddlm.h415 __field(uint32_t, m_nodeid)
446 __entry->m_nodeid = le32_to_cpu(ms->m_nodeid);
470 "h_length=%u h_cmd=%s m_type=%s m_nodeid=%u "
480 __entry->m_nodeid, __entry->m_pid, __entry->m_lkid,
512 __field(uint32_t, m_nodeid)
542 __entry->m_nodeid = le32_to_cpu(ms->m_nodeid);
564 "h_length=%u h_cmd=%s m_type=%s m_nodeid=%u "
574 __entry->m_nodeid, __entr
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H A Ddlm_internal.h415 __le32 m_nodeid; member
H A Dlock.c3403 ms->m_nodeid = cpu_to_le32(lkb->lkb_nodeid); in send_args()
3660 ms->m_nodeid = cpu_to_le32(ret_nodeid); in send_lookup_reply()
4225 do_purge(ls, le32_to_cpu(ms->m_nodeid), le32_to_cpu(ms->m_pid)); in receive_purge()
4564 ret_nodeid = le32_to_cpu(ms->m_nodeid); in receive_lookup_reply()
6069 ms->m_nodeid = cpu_to_le32(nodeid); in send_purge()

Completed in 19 milliseconds