Searched refs:bch2_prt_human_readable_u64 (Results 1 – 3 of 3) sorted by relevance
423 * bch2_prt_human_readable_u64() - Print out a u64 in human readable units429 void bch2_prt_human_readable_u64(struct printbuf *out, u64 v) in bch2_prt_human_readable_u64() function 449 bch2_prt_human_readable_u64(out, abs(v)); in bch2_prt_human_readable_s64() 463 bch2_prt_human_readable_u64(out, v); in bch2_prt_units_u64()
124 void bch2_prt_human_readable_u64(struct printbuf *, u64);
109 #define prt_human_readable_u64(...) bch2_prt_human_readable_u64(__VA_ARGS__)