Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbcachefs.h282 #define bch2_print(_c, ...) __bch2_print(maybe_dev_to_fs(_c), __VA_ARGS__) macro
291 bch2_print(_c, __VA_ARGS__); \
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__)
304 bch2_print(c, KERN_ERR bch2_fmt(c, fmt), ##__VA_ARGS__)
306 bch2_print(c, KERN_ERR bch2_fmt_dev(ca, fmt), ##__VA_ARGS__)
308 bch2_print(c, KERN_ERR bch2_fmt_dev_offset(ca, _offset, fmt), ##__VA_ARGS__)
310 bch2_print(c, KERN_ERR bch2_fmt_inum(c, _inum, fmt), ##__VA_ARGS__)
312 bch2_print(c, KERN_ERR bch2_fmt_inum_offset(c, _inum, _offset, fmt), ##__VA_ARGS__)
Derror.c121 bch2_print(c, " (y,n, or Y,N for all errors of this type) "); in bch2_fsck_ask_yn()
355 bch2_print(c, "%s", out->buf); in __bch2_fsck_err()
409 bch2_print(c, "%s\n", out->buf); in __bch2_fsck_err()
Drecovery_passes.c189 bch2_print(c, KERN_INFO bch2_log_msg(c, "%s..."), in bch2_run_recovery_pass()
195 bch2_print(c, KERN_CONT " done\n"); in bch2_run_recovery_pass()