Searched refs:bch2_fmt (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs.h | 270 #define bch2_fmt(_c, fmt) bch2_log_msg(_c, fmt "\n") macro 297 bch2_print(c, KERN_INFO bch2_fmt(c, fmt), ##__VA_ARGS__) 299 bch2_print_ratelimited(c, KERN_INFO bch2_fmt(c, fmt), ##__VA_ARGS__) 301 bch2_print(c, KERN_NOTICE bch2_fmt(c, fmt), ##__VA_ARGS__) 303 bch2_print(c, KERN_WARNING bch2_fmt(c, fmt), ##__VA_ARGS__) 305 bch2_print_ratelimited(c, KERN_WARNING bch2_fmt(c, fmt), ##__VA_ARGS__) 308 bch2_print(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__) 319 bch2_print_ratelimited(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__)
|
| H A D | error.c | 38 panic(bch2_fmt(c, "panic after error")); in __bch2_inconsistent_error()
|
| H A D | btree_locking.c | 225 prt_printf(&buf, bch2_fmt(g->g->trans->c, "cycle of nofail locks")); in break_cycle()
|
| H A D | journal.c | 174 prt_printf(&buf, bch2_fmt(c, "Journal stuck! Hava a pre-reservation but journal full (error %s)"), in journal_error_check_stuck() 750 prt_printf(&buf, bch2_fmt(c, "Journal stuck? Waited for 10 seconds, err %s"), bch2_err_str(ret)); in bch2_journal_res_get_slowpath()
|
| H A D | journal_io.c | 2106 prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write at seq %llu for %zu sectors: %s"), in CLOSURE_CALLBACK()
|