Lines Matching refs:blk_io_trace2
94 static void record_blktrace_event2(struct blk_io_trace2 *t2, pid_t pid, int cpu, in record_blktrace_event2()
141 struct blk_io_trace2 *t; in relay_blktrace_event2()
142 size_t trace_len = sizeof(struct blk_io_trace2) + pdu_len + cgid_len; in relay_blktrace_event2()
185 struct blk_io_trace2 *t; in trace_note()
409 trace_len = sizeof(struct blk_io_trace2); in __blk_add_trace()
1401 static void fill_rwbs(char *rwbs, const struct blk_io_trace2 *t) in fill_rwbs()
1439 const struct blk_io_trace2 *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace()
1441 return (const struct blk_io_trace2 *)ent; in te_blk_io_trace()
1500 const struct blk_io_trace2 *t = te_blk_io_trace(iter->ent); in blk_log_action_classic()
1514 const struct blk_io_trace2 *t = te_blk_io_trace(iter->ent); in blk_log_action()
1735 const struct blk_io_trace2 *t; in print_one_line()
1772 struct blk_io_trace2 *t = (struct blk_io_trace2 *)iter->ent; in blk_trace_synthesize_old_trace()
1773 const int offset = offsetof(struct blk_io_trace2, sector); in blk_trace_synthesize_old_trace()
1854 BUILD_BUG_ON(__alignof__(struct blk_io_trace2) % __alignof__(long)); in __init_blk_tracer()