Searched refs:bch2_print_opts (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | super-io.c | 820 bch2_print_opts(opts, KERN_INFO "%s", err2.buf); in __bch2_read_super() 822 bch2_print_opts(opts, KERN_ERR "%s", err2.buf); in __bch2_read_super() 886 bch2_print_opts(opts, KERN_ERR "bcachefs (%s): error validating superblock: %s\n", in __bch2_read_super() 894 bch2_print_opts(opts, KERN_ERR "bcachefs (%s): error reading superblock: %s\n", in __bch2_read_super()
|
H A D | bcachefs.h | 274 void bch2_print_opts(struct bch_opts *, const char *, ...);
|
H A D | super.c | 120 void bch2_print_opts(struct bch_opts *opts, const char *fmt, ...) in bch2_print_opts() function
|