Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Drebalance.c422 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()
Dprintbuf.h124 void bch2_prt_human_readable_s64(struct printbuf *, s64);
Dprintbuf.c426 void bch2_prt_human_readable_s64(struct printbuf *out, s64 v) in bch2_prt_human_readable_s64() function
Dutil.h96 #define prt_human_readable_s64(...) bch2_prt_human_readable_s64(__VA_ARGS__)