Lines Matching refs:printbuf
27 void bch2_prt_jset_entry_type(struct printbuf *, enum bch_jset_entry_type);
28 void bch2_prt_fs_usage_type(struct printbuf *, enum bch_fs_usage_type);
29 void bch2_prt_data_type(struct printbuf *, enum bch_data_type);
30 void bch2_prt_csum_type(struct printbuf *, enum bch_csum_type);
31 void bch2_prt_compression_type(struct printbuf *, enum bch_compression_type);
32 void bch2_prt_str_hash_type(struct printbuf *, enum bch_str_hash_type);
80 int (*parse)(struct bch_fs *, const char *, u64 *, struct printbuf *);
81 void (*to_text)(struct printbuf *, struct bch_fs *, struct bch_sb *, u64);
82 int (*validate)(u64, struct printbuf *);
529 struct printbuf parse_later;
567 struct printbuf;
600 int bch2_opt_validate(const struct bch_option *, u64, struct printbuf *);
602 const char *, u64 *, struct printbuf *);
607 void bch2_opt_to_text(struct printbuf *, struct bch_fs *, struct bch_sb *,
609 void bch2_opts_to_text(struct printbuf *,
617 struct printbuf *, const char *, const char *);
618 int bch2_parse_mount_opts(struct bch_fs *, struct bch_opts *, struct printbuf *,