Searched refs:bch2_prt_human_readable_s64 (Results 1 – 4 of 4) sorted by relevance
125 void bch2_prt_human_readable_s64(struct printbuf *, s64);
628 bch2_prt_human_readable_s64(out, (r->wait_iotime_end - r->wait_iotime_start) << 9); in bch2_rebalance_status_to_text()632 bch2_prt_human_readable_s64(out, (r->wait_iotime_end - now) << 9); in bch2_rebalance_status_to_text()
445 void bch2_prt_human_readable_s64(struct printbuf *out, s64 v) in bch2_prt_human_readable_s64() function
107 #define prt_human_readable_s64(...) bch2_prt_human_readable_s64(__VA_ARGS__)