Searched refs:bch2_prt_printf (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | printbuf.c | 176 void bch2_prt_printf(struct printbuf *out, const char *fmt, ...) in bch2_prt_printf() function 446 bch2_prt_printf(out, "%llu", v); in bch2_prt_units_u64() 469 bch2_prt_printf(out, i == selected ? "[%s] " : "%s ", list[i]); in bch2_prt_string_option() 483 bch2_prt_printf(out, ","); in bch2_prt_bitflags() 485 bch2_prt_printf(out, "%s", list[bit]); in bch2_prt_bitflags() 505 bch2_prt_printf(out, ","); in bch2_prt_bitflags_vector() 507 bch2_prt_printf(out, "%s", list[i]); in bch2_prt_bitflags_vector()
|
D | printbuf.h | 105 __printf(2, 3) void bch2_prt_printf(struct printbuf *out, const char *fmt, ...);
|
D | util.h | 78 #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__)
|