Lines Matching refs:h_seq
338 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,
404 TP_ARGS(dst, h_seq, ms, name, namelen),
408 __field(uint32_t, h_seq)
439 __entry->h_seq = h_seq;
476 __entry->h_seq, show_message_version(__entry->h_version),
499 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_message *ms),
501 TP_ARGS(dst, h_seq, ms),
505 __field(uint32_t, h_seq)
535 __entry->h_seq = h_seq;
570 __entry->h_seq, show_message_version(__entry->h_version),