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

/linux-master/fs/bcachefs/
H A Dprintbuf.c371 * bch2_prt_units_u64() - Print out a u64 according to printbuf unit options
378 void bch2_prt_units_u64(struct printbuf *out, u64 v) function
398 bch2_prt_units_u64(out, abs(v));
H A Dprintbuf.h123 void bch2_prt_units_u64(struct printbuf *, u64);
H A Dutil.h211 #define prt_units_u64(...) bch2_prt_units_u64(__VA_ARGS__)

Completed in 137 milliseconds