Lines Matching refs:bch_opts
515 struct bch_opts { struct
526 struct bch_opts opts;
532 static const __maybe_unused struct bch_opts bch2_opts_default = {
552 static inline struct bch_opts bch2_opts_empty(void) in bch2_opts_empty()
554 return (struct bch_opts) { 0 }; in bch2_opts_empty()
557 void bch2_opts_apply(struct bch_opts *, struct bch_opts);
588 bool bch2_opt_defined_by_id(const struct bch_opts *, enum bch_opt_id);
589 u64 bch2_opt_get_by_id(const struct bch_opts *, enum bch_opt_id);
590 void bch2_opt_set_by_id(struct bch_opts *, enum bch_opt_id, u64);
593 int bch2_opts_from_sb(struct bch_opts *, struct bch_sb *);
610 struct bch_opts,
616 int bch2_parse_one_mount_opt(struct bch_fs *, struct bch_opts *,
618 int bch2_parse_mount_opts(struct bch_fs *, struct bch_opts *, struct printbuf *,
634 struct bch_io_opts bch2_opts_to_inode_opts(struct bch_opts);