Searched refs:bch_option (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | opts.c | 231 const struct bch_option bch2_opt_table[] = { 265 const struct bch_option *i; in bch2_opt_lookup() 297 int bch2_opt_validate(const struct bch_option *opt, u64 v, struct printbuf *err) in bch2_opt_validate() 334 const struct bch_option *opt, in bch2_opt_parse() 416 const struct bch_option *opt, u64 v, in bch2_opt_to_text() 466 const struct bch_option *opt = &bch2_opt_table[i]; in bch2_opts_to_text() 627 const struct bch_option *opt = bch2_opt_table + id; in bch2_opt_from_sb() 661 const struct bch_option *opt = bch2_opt_table + id; in bch2_opts_from_sb() 671 const struct bch_option *opt, u64 v) in __bch2_opt_set_sb() 696 const struct bch_option *opt, u64 v) in bch2_opt_set_sb()
|
| H A D | opts.h | 590 struct bch_option { struct 611 extern const struct bch_option bch2_opt_table[]; argument 619 void __bch2_opt_set_sb(struct bch_sb *, int, const struct bch_option *, u64); 622 void bch2_opt_set_sb(struct bch_fs *, struct bch_dev *, const struct bch_option *, u64); 625 int bch2_opt_validate(const struct bch_option *, u64, struct printbuf *); 626 int bch2_opt_parse(struct bch_fs *, const struct bch_option *, 633 const struct bch_option *, u64, unsigned);
|
| H A D | sysfs.c | 601 const struct bch_option *opt = bch2_opt_table + id; in sysfs_opt_show() 622 const struct bch_option *opt = bch2_opt_table + id; in sysfs_opt_store() 702 for (const struct bch_option *i = bch2_opt_table; in bch2_opts_create_sysfs_files()
|
| H A D | xattr.c | 414 const struct bch_option *opt; in __bch2_xattr_bcachefs_get() 500 const struct bch_option *opt; in bch2_xattr_bcachefs_set()
|
| H A D | super-io.c | 506 const struct bch_option *opt = bch2_opt_table + opt_id; in bch2_sb_validate() 1498 const struct bch_option *opt = bch2_opt_table + id; in bch2_sb_to_text()
|
| H A D | super.c | 997 const struct bch_option *opt = &bch2_opt_table[i]; in print_mount_opts()
|