Searched refs:bch2_prt_human_readable_u64 (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/bcachefs/
H A Dprintbuf.c342 * bch2_prt_human_readable_u64() - Print out a u64 in human readable units
348 void bch2_prt_human_readable_u64(struct printbuf *out, u64 v) function
367 bch2_prt_human_readable_u64(out, abs(v));
381 bch2_prt_human_readable_u64(out, v);
H A Dprintbuf.h121 void bch2_prt_human_readable_u64(struct printbuf *, u64);
H A Dutil.h209 #define prt_human_readable_u64(...) bch2_prt_human_readable_u64(__VA_ARGS__)

Completed in 186 milliseconds