Searched refs:bch2_print (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs.h | 284 #define bch2_print(_c, ...) __bch2_print(maybe_dev_to_fs(_c), __VA_ARGS__) macro 293 bch2_print(_c, __VA_ARGS__); \ 297 bch2_print(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__) 308 bch2_print(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__) 310 bch2_print(c, KERN_ERR bch2_fmt_dev(ca, fmt), ##__VA_ARGS__) 312 bch2_print(c, KERN_ERR bch2_fmt_dev_offset(ca, _offset, fmt), ##__VA_ARGS__) 314 bch2_print(c, KERN_ERR bch2_fmt_inum(c, _inum, fmt), ##__VA_ARGS__) 316 bch2_print(c, KERN_ERR bch2_fmt_inum_offset(c, _inum, _offset, fmt), ##__VA_ARGS__)
|
| H A D | recovery_passes.c | 225 bch2_print(c, KERN_INFO bch2_log_msg(c, "%s..."), in bch2_run_recovery_pass() 231 bch2_print(c, KERN_CONT " done\n"); in bch2_run_recovery_pass()
|
| H A D | error.c | 222 bch2_print(c, " (y,n, or Y,N for all errors of this type) "); in bch2_fsck_ask_yn() 329 bch2_print(c, "%s", question->buf); in do_fsck_ask_yn() 560 bch2_print(c, "%s", out->buf); in __bch2_fsck_err()
|