Home
last modified time | relevance | path

Searched refs:prt_human_readable_u64 (Results 1 – 11 of 11) sorted by relevance

/linux/fs/bcachefs/
H A Dmovinggc.c299 prt_human_readable_u64(out, max(0LL, c->copygc_wait - in bch2_copygc_wait_to_text()
304 prt_human_readable_u64(out, max(0LL, in bch2_copygc_wait_to_text()
310 prt_human_readable_u64(out, bch2_copygc_wait_amount(c)); in bch2_copygc_wait_to_text()
H A Dsysfs.c287 prt_human_readable_u64(out, sectors_compressed << 9); in bch2_compression_stats_to_text()
290 prt_human_readable_u64(out, sectors_uncompressed << 9); in bch2_compression_stats_to_text()
293 prt_human_readable_u64(out, nr_extents in bch2_compression_stats_to_text()
542 prt_human_readable_u64(out, counter_since_mount); \ in SHOW()
546 prt_human_readable_u64(out, counter); \ in SHOW()
H A Dmove.c1124 prt_human_readable_u64(out, atomic64_read(&stats->sectors_seen) << 9); in bch2_move_stats_to_text()
1128 prt_human_readable_u64(out, atomic64_read(&stats->sectors_moved) << 9); in bch2_move_stats_to_text()
1132 prt_human_readable_u64(out, atomic64_read(&stats->sectors_raced) << 9); in bch2_move_stats_to_text()
H A Dutil.c597 prt_human_readable_u64(out, pd->last_target); in bch2_pd_controller_debug_to_text()
601 prt_human_readable_u64(out, pd->last_actual); in bch2_pd_controller_debug_to_text()
H A Djournal.c62 prt_human_readable_u64(out, vstruct_bytes(buf->data)); in bch2_journal_buf_to_text()
262 prt_human_readable_u64(&pbuf, vstruct_bytes(buf->data)); in __journal_entry_close()
1443 prt_human_readable_u64(out, nr_writes ? div64_u64(j->entry_bytes_written, nr_writes) : 0); in __bch2_journal_debug_to_text()
H A Dtests.c870 prt_human_readable_u64(&nr_buf, nr); in bch2_btree_perf_test()
871 prt_human_readable_u64(&per_sec_buf, div64_u64(nr * NSEC_PER_SEC, time)); in bch2_btree_perf_test()
H A Dopts.c425 prt_human_readable_u64(out, v); in bch2_opt_to_text()
H A Dutil.h95 #define prt_human_readable_u64(...) bch2_prt_human_readable_u64(__VA_ARGS__) macro
H A Dbtree_cache.c1431 prt_human_readable_u64(out, nr * c->opts.btree_node_size); in prt_btree_cache_line()
H A Dalloc_foreground.c1651 prt_human_readable_u64(out, wp->sectors_allocated); in bch2_write_point_to_text()
H A Dbtree_io.c2351 prt_human_readable_u64(out, nr ? div64_u64(bytes, nr) : 0); in bch2_btree_write_stats_to_text()