Searched refs:bch2_opt_to_text (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | opts.c | 406 void bch2_opt_to_text(struct printbuf *out, in bch2_opt_to_text() function 471 bch2_opt_to_text(out, c, sb, opt, v, flags); in bch2_opts_to_text()
|
D | opts.h | 607 void bch2_opt_to_text(struct printbuf *, struct bch_fs *, struct bch_sb *,
|
D | xattr.c | 438 bch2_opt_to_text(&out, c, c->disk_sb.sb, opt, v, 0); in __bch2_xattr_bcachefs_get()
|
D | sysfs.c | 639 bch2_opt_to_text(out, c, c->disk_sb.sb, opt, v, OPT_SHOW_FULL_LIST); in SHOW()
|
D | super-io.c | 1395 bch2_opt_to_text(out, NULL, sb, opt, v, in bch2_sb_to_text()
|
D | super.c | 993 bch2_opt_to_text(&p, c, c->disk_sb.sb, opt, v, OPT_SHOW_MOUNT_STYLE); in print_mount_opts()
|