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

/linux-master/include/trace/events/
H A Ddlm.h347 __field(uint32_t, h_nodeid)
364 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
376 TP_printk("dst=%u h_seq=%u h_version=%s h_lockspace=%u h_nodeid=%u "
381 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
411 __field(uint32_t, h_nodeid)
442 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
469 TP_printk("dst=%u h_seq=%u h_version=%s h_lockspace=%u h_nodeid=%u "
477 __entry->h_lockspace, __entry->h_nodeid, __entr
[all...]
/linux-master/fs/dlm/
H A Drcom.c40 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid());
231 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid);
294 le32_to_cpu(rc_in->rc_header.h_nodeid),
344 nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid);
385 int error, ret_nodeid, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid);
481 int error, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid);
521 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid());
H A Drequestqueue.c90 le32_to_cpu(ms->m_header.h_nodeid),
H A Dlock.c1521 lkb->lkb_id, ms ? le32_to_cpu(ms->m_header.h_nodeid) : 0,
3354 ms->m_header.h_nodeid = cpu_to_le32(dlm_our_nodeid());
3654 int error, nodeid = le32_to_cpu(ms_in->m_header.h_nodeid);
3729 lkb->lkb_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
3777 lkb->lkb_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
3786 int from = le32_to_cpu(ms->m_header.h_nodeid);
3843 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
3929 le32_to_cpu(ms->m_header.h_nodeid),
3984 le32_to_cpu(ms->m_header.h_nodeid),
4122 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
[all...]
H A Dmidcomms.c391 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid());
442 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid());
961 opts->o_header.h_nodeid = cpu_to_le32(dlm_our_nodeid());
H A Ddlm_internal.h391 __le32 h_nodeid; /* nodeid of sender */ member in struct:dlm_header

Completed in 274 milliseconds