Searched refs:prt_human_readable_u64 (Results 1 – 12 of 12) sorted by relevance
| /fs/bcachefs/ |
| A D | sysfs.c | 268 prt_human_readable_u64(out, sectors_compressed << 9); in bch2_compression_stats_to_text() 271 prt_human_readable_u64(out, sectors_uncompressed << 9); in bch2_compression_stats_to_text() 274 prt_human_readable_u64(out, nr_extents in bch2_compression_stats_to_text() 536 prt_human_readable_u64(out, counter_since_mount); \ in SHOW() 541 prt_human_readable_u64(out, counter); \ in SHOW()
|
| A D | movinggc.c | 310 prt_human_readable_u64(out, max(0LL, c->copygc_wait - in bch2_copygc_wait_to_text() 315 prt_human_readable_u64(out, max(0LL, in bch2_copygc_wait_to_text() 328 prt_human_readable_u64(out, bch2_copygc_dev_wait_amount(ca)); in bch2_copygc_wait_to_text()
|
| A D | tests.c | 879 prt_human_readable_u64(&nr_buf, nr); in bch2_btree_perf_test() 880 prt_human_readable_u64(&per_sec_buf, div64_u64(nr * NSEC_PER_SEC, time)); in bch2_btree_perf_test()
|
| A D | util.c | 594 prt_human_readable_u64(out, pd->last_target); in bch2_pd_controller_debug_to_text() 598 prt_human_readable_u64(out, pd->last_actual); in bch2_pd_controller_debug_to_text()
|
| A D | move.c | 1435 prt_human_readable_u64(out, atomic64_read(&stats->sectors_seen) << 9); in bch2_move_stats_to_text() 1439 prt_human_readable_u64(out, atomic64_read(&stats->sectors_moved) << 9); in bch2_move_stats_to_text() 1443 prt_human_readable_u64(out, atomic64_read(&stats->sectors_raced) << 9); in bch2_move_stats_to_text()
|
| A D | journal.c | 62 prt_human_readable_u64(out, vstruct_bytes(buf->data)); in bch2_journal_buf_to_text() 276 prt_human_readable_u64(&pbuf, vstruct_bytes(buf->data)); in __journal_entry_close() 1750 prt_human_readable_u64(out, nr_writes ? div64_u64(j->entry_bytes_written, nr_writes) : 0); in __bch2_journal_debug_to_text()
|
| A D | util.h | 109 #define prt_human_readable_u64(...) bch2_prt_human_readable_u64(__VA_ARGS__) macro
|
| A D | opts.c | 472 prt_human_readable_u64(out, v); in bch2_opt_to_text()
|
| A D | btree_cache.c | 1475 prt_human_readable_u64(out, nr * c->opts.btree_node_size); in prt_btree_cache_line() 1504 prt_human_readable_u64(out, bc->nr_by_btree[i] * c->opts.btree_node_size); in bch2_btree_cache_to_text()
|
| A D | rebalance.c | 647 prt_human_readable_u64(out, v << 9); in bch2_rebalance_status_to_text()
|
| A D | alloc_foreground.c | 1521 prt_human_readable_u64(out, wp->sectors_allocated << 9); in bch2_write_point_to_text()
|
| A D | btree_io.c | 2739 prt_human_readable_u64(out, nr ? div64_u64(bytes, nr) : 0); in bch2_btree_write_stats_to_text()
|
Completed in 630 milliseconds