Home
last modified time | relevance | path

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

/linux-6.6.21/include/trace/events/
Ddlm.h338 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_rcom *rc),
340 TP_ARGS(dst, h_seq, rc),
344 __field(uint32_t, h_seq)
361 __entry->h_seq = h_seq;
379 "rc_buf=0x%s", __entry->dst, __entry->h_seq,
392 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_rcom *rc),
393 TP_ARGS(dst, h_seq, rc));
396 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_rcom *rc),
397 TP_ARGS(dst, h_seq, rc));
401 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_message *ms,
[all …]
/linux-6.6.21/fs/dlm/
Dmidcomms.c394 m_header->u.h_seq = cpu_to_le32(seq); in dlm_send_ack()
726 seq = le32_to_cpu(p->header.u.h_seq); in dlm_midcomms_receive_buffer_3_2()
774 seq = le32_to_cpu(p->header.u.h_seq); in dlm_midcomms_receive_buffer_3_2()
963 opts->o_header.u.h_seq = cpu_to_le32(seq); in dlm_fill_opts_header()
1485 if (!h->u.h_seq) in midcomms_new_rawmsg_cb()
1486 h->u.h_seq = cpu_to_le32(atomic_fetch_inc(&rd->node->seq_send)); in midcomms_new_rawmsg_cb()
Ddlm_internal.h389 __le32 h_seq; member