Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/trace/events/
H A 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;
376 TP_printk("dst=%u h_seq=%u h_version=%s h_lockspace=%u h_nodeid=%u "
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, cons
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H A 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()
H A Ddlm_internal.h389 __le32 h_seq; member

Completed in 5 milliseconds