Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dprintbuf.c410 void bch2_prt_human_readable_u64(struct printbuf *out, u64 v) in bch2_prt_human_readable_u64() function
430 bch2_prt_human_readable_u64(out, abs(v)); in bch2_prt_human_readable_s64()
444 bch2_prt_human_readable_u64(out, v); in bch2_prt_units_u64()
Dprintbuf.h123 void bch2_prt_human_readable_u64(struct printbuf *, u64);
Dutil.h95 #define prt_human_readable_u64(...) bch2_prt_human_readable_u64(__VA_ARGS__)