Home
last modified time | relevance | path

Searched refs:bch2_prt_u64_base2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddata_update.c159 bch2_prt_u64_base2(&buf, rewrites_found); in trace_io_move_fail2()
569 bch2_prt_u64_base2(out, data_opts->rewrite_ptrs); in bch2_data_update_opts_to_text()
573 bch2_prt_u64_base2(out, data_opts->kill_ptrs); in bch2_data_update_opts_to_text()
H A Drebalance.c378 bch2_prt_u64_base2(&buf, p); in next_rebalance_extent()
387 bch2_prt_u64_base2(&buf, p); in next_rebalance_extent()
H A Dutil.h212 void bch2_prt_u64_base2(struct printbuf *, u64);
H A Dutil.c250 void bch2_prt_u64_base2(struct printbuf *out, u64 v) in bch2_prt_u64_base2() function