Lines Matching defs:has_cg
1178 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start()
1189 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len()
1220 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int()
1227 struct blk_io_trace_remap *r, bool has_cg) in get_pdu_remap()
1241 bool has_cg) in blk_log_action_classic()
1258 bool has_cg) in blk_log_action()
1286 const struct trace_entry *ent, bool has_cg) in blk_log_dump_pdu()
1324 static void blk_log_generic(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_generic()
1344 const struct trace_entry *ent, bool has_cg) in blk_log_with_error()
1360 static void blk_log_remap(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_remap()
1371 static void blk_log_plug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_plug()
1380 static void blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_unplug()
1389 static void blk_log_split(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_split()
1400 bool has_cg) in blk_log_msg()
1473 bool has_cg; in print_one_line() local