Searched refs:prt_str_indented (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | data_update.c | 106 prt_str_indented(&buf, "new replicas:\t"); in trace_move_extent_finish2() 110 prt_str_indented(&buf, "insert:\t"); in trace_move_extent_finish2() 544 prt_str_indented(out, "rewrite ptrs:\t"); in bch2_data_update_opts_to_text() 548 prt_str_indented(out, "kill ptrs:\t"); in bch2_data_update_opts_to_text() 552 prt_str_indented(out, "target:\t"); in bch2_data_update_opts_to_text() 556 prt_str_indented(out, "compression:\t"); in bch2_data_update_opts_to_text() 560 prt_str_indented(out, "opts.replicas:\t"); in bch2_data_update_opts_to_text() 564 prt_str_indented(out, "extra replicas:\t"); in bch2_data_update_opts_to_text() 573 prt_str_indented(out, "old key:\t"); in bch2_data_update_to_text()
|
H A D | printbuf.h | 233 static inline void prt_str_indented(struct printbuf *out, const char *str) in prt_str_indented() function
|
H A D | debug.c | 790 prt_str_indented(&i->buf, s->max_paths_text); in btree_transaction_stats_read()
|