Lines Matching refs:te_blk_io_trace
1084 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace() function
1091 return te_blk_io_trace(ent) + 1; in pdu_start()
1096 return te_blk_io_trace(ent)->action; in t_action()
1101 return te_blk_io_trace(ent)->bytes; in t_bytes()
1106 return te_blk_io_trace(ent)->bytes >> 9; in t_sec()
1111 return te_blk_io_trace(ent)->sector; in t_sector()
1116 return te_blk_io_trace(ent)->error; in t_error()
1144 const struct blk_io_trace *t = te_blk_io_trace(iter->ent); in blk_log_action_classic()
1157 const struct blk_io_trace *t = te_blk_io_trace(iter->ent); in blk_log_action()
1171 pdu_len = te_blk_io_trace(ent)->pdu_len; in blk_log_dump_pdu()
1279 const struct blk_io_trace *t = te_blk_io_trace(ent); in blk_log_msg()
1350 t = te_blk_io_trace(iter->ent); in print_one_line()