Searched refs:h_nodeid (Results 1 – 6 of 6) sorted by relevance
/linux/include/trace/events/ |
H A D | dlm.h | 339 __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/fs/dlm/ |
H A D | rcom.c | 40 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 D | lock.c | 3939 int from = le32_to_cpu(ms->m_header.h_nodeid); in validate_message() 3996 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_request() 4082 le32_to_cpu(ms->m_header.h_nodeid), in receive_convert() 4137 le32_to_cpu(ms->m_header.h_nodeid), in receive_unlock() 4275 from_nodeid = le32_to_cpu(ms->m_header.h_nodeid); in receive_lookup() 4786 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message() 4884 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message() 4889 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message() 4900 le32_to_cpu(ms->m_header.h_nodeid), in _receive_message() 4978 if (le32_to_cpu(hd->h_nodeid) != nodeid) { in dlm_receive_buffer() [all …]
|
H A D | requestqueue.c | 85 le32_to_cpu(ms->m_header.h_nodeid), in dlm_process_requestqueue()
|
H A D | midcomms.c | 389 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 D | dlm_internal.h | 414 __le32 h_nodeid; /* nodeid of sender */ member
|