Home
last modified time | relevance | path

Searched refs:bch2_fmt (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbcachefs.h270 #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 Derror.c38 panic(bch2_fmt(c, "panic after error")); in __bch2_inconsistent_error()
H A Dbtree_locking.c225 prt_printf(&buf, bch2_fmt(g->g->trans->c, "cycle of nofail locks")); in break_cycle()
H A Djournal.c174 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 Djournal_io.c2106 prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write at seq %llu for %zu sectors: %s"), in CLOSURE_CALLBACK()