Searched refs:bch2_opt_to_text (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | opts.c | 409 void bch2_opt_to_text(struct printbuf *out, in bch2_opt_to_text() function 474 bch2_opt_to_text(out, c, sb, opt, v, flags); in bch2_opts_to_text()
|
H A D | opts.h | 621 void bch2_opt_to_text(struct printbuf *, struct bch_fs *, struct bch_sb *,
|
H A D | xattr.c | 438 bch2_opt_to_text(&out, c, c->disk_sb.sb, opt, v, 0); in __bch2_xattr_bcachefs_get()
|
H A D | sysfs.c | 614 bch2_opt_to_text(out, c, c->disk_sb.sb, opt, v, OPT_SHOW_FULL_LIST); in SHOW()
|
H A D | super-io.c | 1466 bch2_opt_to_text(out, NULL, sb, opt, v, in bch2_sb_to_text()
|
H A D | super.c | 996 bch2_opt_to_text(&p, c, c->disk_sb.sb, opt, v, OPT_SHOW_MOUNT_STYLE); in print_mount_opts()
|