Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Ddlm.h347 __field(uint32_t, h_nodeid)
364 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
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);
477 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
508 __field(uint32_t, h_nodeid)
538 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
571 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
/openbmc/linux/fs/dlm/
H A Drcom.c40 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in _create_rcom()
231 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status()
294 le32_to_cpu(rc_in->rc_header.h_nodeid), in receive_sync_reply()
344 nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_names()
385 int error, ret_nodeid, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lookup()
481 int error, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lock()
521 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_ls_not_ready()
H A Dlock.c1519 lkb->lkb_id, ms ? le32_to_cpu(ms->m_header.h_nodeid) : 0, in _remove_from_waiters()
3349 ms->m_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in _create_message()
3649 int error, nodeid = le32_to_cpu(ms_in->m_header.h_nodeid); in send_lookup_reply()
3724 lkb->lkb_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_request_args()
3772 lkb->lkb_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in setup_local_lkb()
3781 int from = le32_to_cpu(ms->m_header.h_nodeid); in validate_message()
3838 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_request()
3924 le32_to_cpu(ms->m_header.h_nodeid), in receive_convert()
3979 le32_to_cpu(ms->m_header.h_nodeid), in receive_unlock()
4117 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_lookup()
[all …]
H A Drequestqueue.c90 le32_to_cpu(ms->m_header.h_nodeid), in dlm_process_requestqueue()
H A Dmidcomms.c391 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_ack()
442 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_fin()
961 opts->o_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_fill_opts_header()
H A Ddlm_internal.h392 __le32 h_nodeid; /* nodeid of sender */ member