Searched refs:bch2_prt_printf (Results 1 – 3 of 3) sorted by relevance
| /fs/bcachefs/ |
| A D | printbuf.c | 176 void bch2_prt_printf(struct printbuf *out, const char *fmt, ...) in bch2_prt_printf() function 465 bch2_prt_printf(out, "%llu", v); in bch2_prt_units_u64() 488 bch2_prt_printf(out, i == selected ? "[%s] " : "%s ", list[i]); in bch2_prt_string_option() 502 bch2_prt_printf(out, ","); in bch2_prt_bitflags() 504 bch2_prt_printf(out, "%s", list[bit]); in bch2_prt_bitflags() 524 bch2_prt_printf(out, ","); in bch2_prt_bitflags_vector() 526 bch2_prt_printf(out, "%s", list[i]); in bch2_prt_bitflags_vector()
|
| A D | printbuf.h | 105 __printf(2, 3) void bch2_prt_printf(struct printbuf *out, const char *fmt, ...);
|
| A D | util.h | 91 #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__)
|
Completed in 7 milliseconds