Searched refs:bch2_fmt_dev (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | bcachefs.h | 251 #define bch2_fmt_dev(_ca, fmt) "bcachefs (%s): " fmt "\n", ((_ca)->name) macro 260 #define bch2_fmt_dev(_ca, fmt) "%s: " fmt "\n", ((_ca)->name) macro 306 bch2_print(c, KERN_ERR bch2_fmt_dev(ca, fmt), ##__VA_ARGS__) 317 bch2_print_ratelimited(ca, KERN_ERR bch2_fmt_dev(ca, fmt), ##__VA_ARGS__)
|