Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dprintbuf.c423 * bch2_prt_human_readable_u64() - Print out a u64 in human readable units
429 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()
H A Dprintbuf.h124 void bch2_prt_human_readable_u64(struct printbuf *, u64);
H A Dutil.h109 #define prt_human_readable_u64(...) bch2_prt_human_readable_u64(__VA_ARGS__)