Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbcachefs.h268 #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__)
Derror.c26 panic(bch2_fmt(c, "panic after error")); in bch2_inconsistent_error()
Dbtree_locking.c210 prt_printf(&buf, bch2_fmt(g->g->trans->c, "cycle of nofail locks")); in break_cycle()
Djournal_io.c2030 prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write at seq %llu: %s"), in CLOSURE_CALLBACK()