Searched refs:bch2_fmt (Results 1 – 5 of 5) sorted by relevance
| /fs/bcachefs/ |
| A D | bcachefs.h | 296 #define bch2_fmt(_c, fmt) bch2_log_msg(_c, fmt "\n") macro 333 bch2_print(c, KERN_INFO bch2_fmt(c, fmt), ##__VA_ARGS__) 335 bch2_print_ratelimited(c, KERN_INFO bch2_fmt(c, fmt), ##__VA_ARGS__) 337 bch2_print(c, KERN_NOTICE bch2_fmt(c, fmt), ##__VA_ARGS__) 339 bch2_print(c, KERN_WARNING bch2_fmt(c, fmt), ##__VA_ARGS__) 341 bch2_print_ratelimited(c, KERN_WARNING bch2_fmt(c, fmt), ##__VA_ARGS__) 344 bch2_print(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__) 355 bch2_print_ratelimited(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__)
|
| A D | error.c | 36 panic(bch2_fmt(c, "panic after error")); in __bch2_inconsistent_error()
|
| A D | journal.c | 175 prt_printf(&buf, bch2_fmt(c, "Journal stuck! Hava a pre-reservation but journal full (error %s)"), in journal_error_check_stuck() 757 prt_printf(&buf, bch2_fmt(c, "Journal stuck? Waited for 10 seconds, err %s"), bch2_err_str(ret)); in bch2_journal_res_get_slowpath()
|
| A D | btree_locking.c | 202 prt_printf(&buf, bch2_fmt(g->g->trans->c, "cycle of nofail locks")); in break_cycle_fail()
|
| A D | journal_io.c | 2226 prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write at seq %llu for %zu sectors: %s"), in CLOSURE_CALLBACK()
|
Completed in 22 milliseconds