Lines Matching refs:rc
330 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_rcom *rc),
332 TP_ARGS(dst, h_seq, rc),
348 le16_to_cpu(rc->rc_header.h_length) - sizeof(*rc))
354 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
355 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
356 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
357 __entry->h_length = le16_to_cpu(rc->rc_header.h_length);
358 __entry->h_cmd = rc->rc_header.h_cmd;
359 __entry->rc_type = le32_to_cpu(rc->rc_type);
360 __entry->rc_result = le32_to_cpu(rc->rc_result);
361 __entry->rc_id = le64_to_cpu(rc->rc_id);
362 __entry->rc_seq = le64_to_cpu(rc->rc_seq);
363 __entry->rc_seq_reply = le64_to_cpu(rc->rc_seq_reply);
364 memcpy(__get_dynamic_array(rc_buf), rc->rc_buf,
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));