Searched refs:printbuf_tabstop_push (Results 1 – 19 of 19) sorted by relevance
/linux-6.14.4/fs/bcachefs/ |
D | util.c | 407 printbuf_tabstop_push(out, out->indent + TABSTOP_SIZE); in bch2_time_stats_to_text() 413 printbuf_tabstop_push(out, out->indent + 20); in bch2_time_stats_to_text() 414 printbuf_tabstop_push(out, TABSTOP_SIZE + 2); in bch2_time_stats_to_text() 415 printbuf_tabstop_push(out, 0); in bch2_time_stats_to_text() 416 printbuf_tabstop_push(out, TABSTOP_SIZE + 2); in bch2_time_stats_to_text() 421 printbuf_tabstop_push(out, out->indent + 20); in bch2_time_stats_to_text() 422 printbuf_tabstop_push(out, TABSTOP_SIZE); in bch2_time_stats_to_text() 423 printbuf_tabstop_push(out, 2); in bch2_time_stats_to_text() 424 printbuf_tabstop_push(out, TABSTOP_SIZE); in bch2_time_stats_to_text() 590 printbuf_tabstop_push(out, 20); in bch2_pd_controller_debug_to_text()
|
D | sysfs.c | 258 printbuf_tabstop_push(out, 12); in bch2_compression_stats_to_text() 259 printbuf_tabstop_push(out, 16); in bch2_compression_stats_to_text() 260 printbuf_tabstop_push(out, 16); in bch2_compression_stats_to_text() 261 printbuf_tabstop_push(out, 24); in bch2_compression_stats_to_text() 506 printbuf_tabstop_push(out, 32); in SHOW()
|
D | sb-errors.c | 64 printbuf_tabstop_push(out, 16); in bch2_sb_errors_to_text()
|
D | buckets.c | 82 printbuf_tabstop_push(out, 12); in bch2_dev_usage_to_text() 83 printbuf_tabstop_push(out, 16); in bch2_dev_usage_to_text() 84 printbuf_tabstop_push(out, 16); in bch2_dev_usage_to_text() 85 printbuf_tabstop_push(out, 16); in bch2_dev_usage_to_text() 86 printbuf_tabstop_push(out, 16); in bch2_dev_usage_to_text()
|
D | clock.c | 159 printbuf_tabstop_push(out, 40); in bch2_io_timers_to_text()
|
D | alloc_foreground.c | 483 printbuf_tabstop_push(&buf, 24); in trace_bucket_alloc2() 1628 printbuf_tabstop_push(out, 24); in bch2_fs_alloc_debug_to_text() 1672 printbuf_tabstop_push(out, 12); in bch2_dev_alloc_debug_to_text() 1673 printbuf_tabstop_push(out, 16); in bch2_dev_alloc_debug_to_text()
|
D | btree_key_cache.c | 820 printbuf_tabstop_push(out, 24); in bch2_btree_key_cache_to_text() 821 printbuf_tabstop_push(out, 12); in bch2_btree_key_cache_to_text()
|
D | sb-downgrade.c | 324 printbuf_tabstop_push(out, 16); in bch2_sb_downgrade_to_text()
|
D | movinggc.c | 301 printbuf_tabstop_push(out, 32); in bch2_copygc_wait_to_text()
|
D | quota.c | 97 printbuf_tabstop_push(out, 20); in qc_info_to_text() 112 printbuf_tabstop_push(out, 20); in qc_dqblk_to_text()
|
D | sb-members.c | 372 printbuf_tabstop_push(out, 12); in bch2_dev_io_errors_to_text()
|
D | util.h | 94 #define printbuf_tabstop_push(_buf, _n) bch2_printbuf_tabstop_push(_buf, _n) macro
|
D | super-io.c | 1321 printbuf_tabstop_push(out, 32); in __bch2_sb_field_to_text() 1370 printbuf_tabstop_push(out, 44); in bch2_sb_to_text()
|
D | journal.c | 91 printbuf_tabstop_push(out, 24); in bch2_journal_bufs_to_text() 1545 printbuf_tabstop_push(out, 28); in __bch2_journal_debug_to_text()
|
D | data_update.c | 542 printbuf_tabstop_push(out, 20); in bch2_data_update_opts_to_text()
|
D | debug.c | 474 printbuf_tabstop_push(out, 32); in bch2_cached_btree_node_to_text()
|
D | btree_io.c | 2415 printbuf_tabstop_push(out, 20); in bch2_btree_write_stats_to_text() 2416 printbuf_tabstop_push(out, 10); in bch2_btree_write_stats_to_text()
|
D | btree_cache.c | 1491 printbuf_tabstop_push(out, 32); in bch2_btree_cache_to_text()
|
D | btree_iter.c | 3548 printbuf_tabstop_push(out, 16); in bch2_btree_trans_to_text() 3549 printbuf_tabstop_push(out, 32); in bch2_btree_trans_to_text()
|