Lines Matching refs:rc
345 TP_PROTO(uint32_t seq, const struct dlm_rcom *rc),
347 TP_ARGS(seq, rc),
362 le16_to_cpu(rc->rc_header.h_length) - sizeof(*rc))
367 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
368 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
369 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
370 __entry->h_length = le16_to_cpu(rc->rc_header.h_length);
371 __entry->h_cmd = rc->rc_header.h_cmd;
372 __entry->rc_type = le32_to_cpu(rc->rc_type);
373 __entry->rc_result = le32_to_cpu(rc->rc_result);
374 __entry->rc_id = le64_to_cpu(rc->rc_id);
375 __entry->rc_seq = le64_to_cpu(rc->rc_seq);
376 __entry->rc_seq_reply = le64_to_cpu(rc->rc_seq_reply);
377 memcpy(__get_dynamic_array(rc_buf), rc->rc_buf,
397 TP_PROTO(uint32_t seq, const struct dlm_rcom *rc),
398 TP_ARGS(seq, rc));
401 TP_PROTO(uint32_t seq, const struct dlm_rcom *rc),
402 TP_ARGS(seq, rc));