Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Ddlm.h339 __field(uint32_t, h_nodeid)
356 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
373 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
403 __field(uint32_t, h_nodeid)
434 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
469 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
500 __field(uint32_t, h_nodeid)
530 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
563 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
/linux-6.15/fs/dlm/
H A Drcom.c40 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in _create_rcom()
230 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status()
293 le32_to_cpu(rc_in->rc_header.h_nodeid), in receive_sync_reply()
343 nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_names()
384 int error, ret_nodeid, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lookup()
480 int error, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lock()
520 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_ls_not_ready()
H A Dlock.c3938 int from = le32_to_cpu(ms->m_header.h_nodeid); in validate_message()
3995 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_request()
4081 le32_to_cpu(ms->m_header.h_nodeid), in receive_convert()
4136 le32_to_cpu(ms->m_header.h_nodeid), in receive_unlock()
4274 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_lookup()
4785 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4883 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4888 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4899 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4977 if (le32_to_cpu(hd->h_nodeid) != nodeid) { in dlm_receive_buffer()
[all …]
H A Drequestqueue.c85 le32_to_cpu(ms->m_header.h_nodeid), in dlm_process_requestqueue()
H A Dmidcomms.c389 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_ack()
440 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_fin()
959 opts->o_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_fill_opts_header()
H A Ddlm_internal.h414 __le32 h_nodeid; /* nodeid of sender */ member