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

/linux-master/fs/bcachefs/
H A Dprintbuf.c68 void bch2_prt_printf(struct printbuf *out, const char *fmt, ...) function
383 bch2_prt_printf(out, "%llu", v);
408 bch2_prt_printf(out, i == selected ? "[%s] " : "%s ", list[i]);
422 bch2_prt_printf(out, ",");
424 bch2_prt_printf(out, "%s", list[bit]);
444 bch2_prt_printf(out, ",");
446 bch2_prt_printf(out, "%s", list[i]);
H A Dprintbuf.h104 __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 111 milliseconds