Lines Matching refs:has_cg

1173 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg)  in pdu_start()  argument
1176 (has_cg ? sizeof(union kernfs_node_id) : 0); in pdu_start()
1184 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len() argument
1187 (has_cg ? sizeof(union kernfs_node_id) : 0); in pdu_real_len()
1215 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int() argument
1217 const __u64 *val = pdu_start(ent, has_cg); in get_pdu_int()
1222 struct blk_io_trace_remap *r, bool has_cg) in get_pdu_remap() argument
1224 const struct blk_io_trace_remap *__r = pdu_start(ent, has_cg); in get_pdu_remap()
1233 bool has_cg);
1236 bool has_cg) in blk_log_action_classic() argument
1253 bool has_cg) in blk_log_action() argument
1259 if (has_cg) { in blk_log_action()
1281 const struct trace_entry *ent, bool has_cg) in blk_log_dump_pdu() argument
1287 pdu_buf = pdu_start(ent, has_cg); in blk_log_dump_pdu()
1288 pdu_len = pdu_real_len(ent, has_cg); in blk_log_dump_pdu()
1319 static void blk_log_generic(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_generic() argument
1327 blk_log_dump_pdu(s, ent, has_cg); in blk_log_generic()
1339 const struct trace_entry *ent, bool has_cg) in blk_log_with_error() argument
1342 blk_log_dump_pdu(s, ent, has_cg); in blk_log_with_error()
1355 static void blk_log_remap(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_remap() argument
1359 get_pdu_remap(ent, &r, has_cg); in blk_log_remap()
1366 static void blk_log_plug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_plug() argument
1375 static void blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_unplug() argument
1381 trace_seq_printf(s, "[%s] %llu\n", cmd, get_pdu_int(ent, has_cg)); in blk_log_unplug()
1384 static void blk_log_split(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_split() argument
1391 get_pdu_int(ent, has_cg), cmd); in blk_log_split()
1395 bool has_cg) in blk_log_msg() argument
1398 trace_seq_putmem(s, pdu_start(ent, has_cg), in blk_log_msg()
1399 pdu_real_len(ent, has_cg)); in blk_log_msg()
1440 bool has_cg);
1468 bool has_cg; in print_one_line() local
1474 has_cg = t->action & __BLK_TA_CGROUP; in print_one_line()
1477 log_action(iter, long_act ? "message" : "m", has_cg); in print_one_line()
1478 blk_log_msg(s, iter->ent, has_cg); in print_one_line()
1485 log_action(iter, what2act[what].act[long_act], has_cg); in print_one_line()
1486 what2act[what].print(s, iter->ent, has_cg); in print_one_line()