Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Ddlm.h354 __field(uint32_t, h_nodeid)
371 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
388 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
418 __field(uint32_t, h_nodeid)
449 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
484 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
515 __field(uint32_t, h_nodeid)
545 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
578 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
/linux-6.3-rc2/fs/dlm/
A Drcom.c39 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in _create_rcom()
228 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status()
291 le32_to_cpu(rc_in->rc_header.h_nodeid), in receive_sync_reply()
339 nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_names()
379 int error, ret_nodeid, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lookup()
469 int error, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lock()
507 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_ls_not_ready()
A Dlock.c3956 int from = le32_to_cpu(ms->m_header.h_nodeid); in validate_message()
4012 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_request()
4098 le32_to_cpu(ms->m_header.h_nodeid), in receive_convert()
4153 le32_to_cpu(ms->m_header.h_nodeid), in receive_unlock()
4291 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_lookup()
4791 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4889 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4894 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4905 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message()
4971 if (le32_to_cpu(hd->h_nodeid) != nodeid) { in dlm_receive_buffer()
[all …]
A Drequestqueue.c89 le32_to_cpu(ms->m_header.h_nodeid), in dlm_process_requestqueue()
A Dmidcomms.c386 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_ack()
415 m_header->h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_send_fin()
1047 opts->o_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in dlm_fill_opts_header()
A Ddlm_internal.h404 __le32 h_nodeid; /* nodeid of sender */ member

Completed in 28 milliseconds