Home
last modified time | relevance | path

Searched refs:bch_option (Results 1 – 6 of 6) sorted by relevance

/linux/fs/bcachefs/
H A Dopts.c226 const struct bch_option bch2_opt_table[] = {
260 const struct bch_option *i; in bch2_opt_lookup()
292 int bch2_opt_validate(const struct bch_option *opt, u64 v, struct printbuf *err) in bch2_opt_validate()
329 const struct bch_option *opt, in bch2_opt_parse()
411 const struct bch_option *opt, u64 v, in bch2_opt_to_text()
461 const struct bch_option *opt = &bch2_opt_table[i]; in bch2_opts_to_text()
624 const struct bch_option *opt = bch2_opt_table + id; in bch2_opt_from_sb()
647 const struct bch_option *opt = bch2_opt_table + id; in bch2_opts_from_sb()
669 const struct bch_option *opt, u64 v) in __bch2_opt_set_sb()
704 const struct bch_option *opt, u64 v) in bch2_opt_set_sb()
H A Dopts.h583 struct bch_option { struct
600 extern const struct bch_option bch2_opt_table[]; argument
608 void __bch2_opt_set_sb(struct bch_sb *, int, const struct bch_option *, u64);
611 void bch2_opt_set_sb(struct bch_fs *, struct bch_dev *, const struct bch_option *, u64);
614 int bch2_opt_validate(const struct bch_option *, u64, struct printbuf *);
615 int bch2_opt_parse(struct bch_fs *, const struct bch_option *,
622 const struct bch_option *, u64, unsigned);
H A Dsysfs.c610 const struct bch_option *opt = container_of(attr, struct bch_option, attr); in SHOW()
623 const struct bch_option *opt = container_of(attr, struct bch_option, attr); in STORE()
678 const struct bch_option *i; in bch2_opts_create_sysfs_files()
H A Dxattr.c414 const struct bch_option *opt; in __bch2_xattr_bcachefs_get()
494 const struct bch_option *opt; in bch2_xattr_bcachefs_set()
H A Dsuper-io.c475 const struct bch_option *opt = bch2_opt_table + opt_id; in bch2_sb_validate()
1460 const struct bch_option *opt = bch2_opt_table + id; in bch2_sb_to_text()
H A Dsuper.c985 const struct bch_option *opt = &bch2_opt_table[i]; in print_mount_opts()