Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsuper-io.c773 bch2_print_opts(opts, KERN_INFO "%s", err2.buf); in __bch2_read_super()
775 bch2_print_opts(opts, KERN_ERR "%s", err2.buf); in __bch2_read_super()
839 bch2_print_opts(opts, KERN_ERR "bcachefs (%s): error validating superblock: %s\n", in __bch2_read_super()
847 bch2_print_opts(opts, KERN_ERR "bcachefs (%s): error reading superblock: %s\n", in __bch2_read_super()
Dbcachefs.h273 void bch2_print_opts(struct bch_opts *, const char *, ...);
Dsuper.c120 void bch2_print_opts(struct bch_opts *opts, const char *fmt, ...) in bch2_print_opts() function