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