Home
last modified time | relevance | path

Searched refs:bch2_print (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbcachefs.h283 #define bch2_print(_c, ...) __bch2_print(maybe_dev_to_fs(_c), __VA_ARGS__) macro
292 bch2_print(_c, __VA_ARGS__); \
296 bch2_print(c, KERN_INFO bch2_fmt(c, fmt), ##__VA_ARGS__)
300 bch2_print(c, KERN_NOTICE bch2_fmt(c, fmt), ##__VA_ARGS__)
302 bch2_print(c, KERN_WARNING bch2_fmt(c, fmt), ##__VA_ARGS__)
307 bch2_print(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__)
309 bch2_print(c, KERN_ERR bch2_fmt_dev(ca, fmt), ##__VA_ARGS__)
311 bch2_print(c, KERN_ERR bch2_fmt_dev_offset(ca, _offset, fmt), ##__VA_ARGS__)
313 bch2_print(c, KERN_ERR bch2_fmt_inum(c, _inum, fmt), ##__VA_ARGS__)
315 bch2_print(c, KERN_ERR bch2_fmt_inum_offset(c, _inum, _offset, fmt), ##__VA_ARGS__)
H A Derror.c123 bch2_print(c, " (y,n, or Y,N for all errors of this type) "); in bch2_fsck_ask_yn()
232 bch2_print(c, "%s", question->buf); in do_fsck_ask_yn()
424 bch2_print(c, "%s\n", out->buf); in __bch2_fsck_err()
H A Drecovery_passes.c224 bch2_print(c, KERN_INFO bch2_log_msg(c, "%s..."), in bch2_run_recovery_pass()
230 bch2_print(c, KERN_CONT " done\n"); in bch2_run_recovery_pass()