Home
last modified time | relevance | path

Searched refs:bch2_prt_human_readable_s64 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dprintbuf.h125 void bch2_prt_human_readable_s64(struct printbuf *, s64);
H A Drebalance.c628 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()
H A Dprintbuf.c445 void bch2_prt_human_readable_s64(struct printbuf *out, s64 v) in bch2_prt_human_readable_s64() function
H A Dutil.h107 #define prt_human_readable_s64(...) bch2_prt_human_readable_s64(__VA_ARGS__)