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

/linux-master/fs/bcachefs/
H A Dprintbuf.c176 void bch2_prt_printf(struct printbuf *out, const char *fmt, ...) function
432 bch2_prt_printf(out, "%llu", v);
455 bch2_prt_printf(out, i == selected ? "[%s] " : "%s ", list[i]);
469 bch2_prt_printf(out, ",");
471 bch2_prt_printf(out, "%s", list[bit]);
491 bch2_prt_printf(out, ",");
493 bch2_prt_printf(out, "%s", list[i]);
H A Dprintbuf.h105 __printf(2, 3) void bch2_prt_printf(struct printbuf *out, const char *fmt, ...);
H A Dutil.h192 #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__)

Completed in 142 milliseconds