Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dbcachefs.h296 #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 Derror.c36 panic(bch2_fmt(c, "panic after error")); in __bch2_inconsistent_error()
A Djournal.c175 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 Dbtree_locking.c202 prt_printf(&buf, bch2_fmt(g->g->trans->c, "cycle of nofail locks")); in break_cycle_fail()
A Djournal_io.c2226 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