Home
last modified time | relevance | path

Searched refs:h_seq (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Ddlm.h330 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_rcom *rc),
332 TP_ARGS(dst, h_seq, rc),
336 __field(uint32_t, h_seq)
353 __entry->h_seq = h_seq;
371 "rc_buf=0x%s", __entry->dst, __entry->h_seq,
384 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_rcom *rc),
385 TP_ARGS(dst, h_seq, rc));
388 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_rcom *rc),
389 TP_ARGS(dst, h_seq, rc));
393 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_message *ms,
[all …]
/linux/fs/dlm/
H A Dmidcomms.c392 m_header->u.h_seq = cpu_to_le32(seq); in dlm_send_ack()
724 seq = le32_to_cpu(p->header.u.h_seq); in dlm_midcomms_receive_buffer_3_2()
772 seq = le32_to_cpu(p->header.u.h_seq); in dlm_midcomms_receive_buffer_3_2()
961 opts->o_header.u.h_seq = cpu_to_le32(seq); in dlm_fill_opts_header()
1480 if (!h->u.h_seq) in midcomms_new_rawmsg_cb()
1481 h->u.h_seq = cpu_to_le32(atomic_fetch_inc(&rd->node->seq_send)); in midcomms_new_rawmsg_cb()
H A Ddlm_internal.h412 __le32 h_seq; member