Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dopts.c224 const struct bch_option bch2_opt_table[] = {
258 const struct bch_option *i; in bch2_opt_lookup()
290 int bch2_opt_validate(const struct bch_option *opt, u64 v, struct printbuf *err) in bch2_opt_validate()
327 const struct bch_option *opt, in bch2_opt_parse()
408 const struct bch_option *opt, u64 v, in bch2_opt_to_text()
458 const struct bch_option *opt = &bch2_opt_table[i]; in bch2_opts_to_text()
621 const struct bch_option *opt = bch2_opt_table + id; in bch2_opt_from_sb()
644 const struct bch_option *opt = bch2_opt_table + id; in bch2_opts_from_sb()
666 const struct bch_option *opt, u64 v) in __bch2_opt_set_sb()
701 const struct bch_option *opt, u64 v) in bch2_opt_set_sb()
Dopts.h569 struct bch_option { struct
586 extern const struct bch_option bch2_opt_table[]; argument
594 void __bch2_opt_set_sb(struct bch_sb *, int, const struct bch_option *, u64);
597 void bch2_opt_set_sb(struct bch_fs *, struct bch_dev *, const struct bch_option *, u64);
600 int bch2_opt_validate(const struct bch_option *, u64, struct printbuf *);
601 int bch2_opt_parse(struct bch_fs *, const struct bch_option *,
608 const struct bch_option *, u64, unsigned);
Dsysfs.c635 const struct bch_option *opt = container_of(attr, struct bch_option, attr); in SHOW()
648 const struct bch_option *opt = container_of(attr, struct bch_option, attr); in STORE()
696 const struct bch_option *i; in bch2_opts_create_sysfs_files()
Dxattr.c414 const struct bch_option *opt; in __bch2_xattr_bcachefs_get()
494 const struct bch_option *opt; in bch2_xattr_bcachefs_set()
Dsuper-io.c432 const struct bch_option *opt = bch2_opt_table + opt_id; in bch2_sb_validate()
1389 const struct bch_option *opt = bch2_opt_table + id; in bch2_sb_to_text()
Dsuper.c982 const struct bch_option *opt = &bch2_opt_table[i]; in print_mount_opts()