Searched refs:bch2_fmt (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | bcachefs.h | 268 #define bch2_fmt(_c, fmt) bch2_log_msg(_c, fmt "\n") macro 295 bch2_print(c, KERN_INFO bch2_fmt(c, fmt), ##__VA_ARGS__) 297 bch2_print(c, KERN_NOTICE bch2_fmt(c, fmt), ##__VA_ARGS__) 299 bch2_print(c, KERN_WARNING bch2_fmt(c, fmt), ##__VA_ARGS__) 301 bch2_print_ratelimited(c, KERN_WARNING bch2_fmt(c, fmt), ##__VA_ARGS__) 304 bch2_print(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__) 315 bch2_print_ratelimited(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__)
|
D | error.c | 26 panic(bch2_fmt(c, "panic after error")); in bch2_inconsistent_error()
|
D | btree_locking.c | 210 prt_printf(&buf, bch2_fmt(g->g->trans->c, "cycle of nofail locks")); in break_cycle()
|
D | journal_io.c | 2030 prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write at seq %llu: %s"), in CLOSURE_CALLBACK()
|