Searched refs:bch2_print (Results 1 – 3 of 3) sorted by relevance
| /fs/bcachefs/ |
| A D | bcachefs.h | 310 #define bch2_print(_c, ...) __bch2_print(maybe_dev_to_fs(_c), __VA_ARGS__) macro 319 bch2_print(_c, __VA_ARGS__); \ 333 bch2_print(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__) 344 bch2_print(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__) 346 bch2_print(c, KERN_ERR bch2_fmt_dev(ca, fmt), ##__VA_ARGS__) 348 bch2_print(c, KERN_ERR bch2_fmt_dev_offset(ca, _offset, fmt), ##__VA_ARGS__) 350 bch2_print(c, KERN_ERR bch2_fmt_inum(c, _inum, fmt), ##__VA_ARGS__) 352 bch2_print(c, KERN_ERR bch2_fmt_inum_offset(c, _inum, _offset, fmt), ##__VA_ARGS__)
|
| A D | error.c | 223 bch2_print(c, " (y,n, or Y,N for all errors of this type) "); in bch2_fsck_ask_yn() 330 bch2_print(c, "%s", question->buf); in do_fsck_ask_yn() 616 bch2_print(c, "%s", out->buf); in __bch2_fsck_err()
|
| A D | recovery_passes.c | 480 bch2_print(c, KERN_INFO bch2_log_msg(c, "%s..."), in bch2_run_recovery_pass() 499 bch2_print(c, KERN_CONT " done\n"); in bch2_run_recovery_pass()
|
Completed in 13 milliseconds