Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dopts.c231 const struct bch_option bch2_opt_table[] = { variable
267 for (i = bch2_opt_table; in bch2_opt_lookup()
268 i < bch2_opt_table + ARRAY_SIZE(bch2_opt_table); in bch2_opt_lookup()
271 return i - bch2_opt_table; in bch2_opt_lookup()
466 const struct bch_option *opt = &bch2_opt_table[i]; in bch2_opts_to_text()
539 if (!(bch2_opt_table[id].flags & OPT_MOUNT)) in bch2_parse_one_mount_opt()
551 ret = bch2_opt_parse(c, &bch2_opt_table[id], val, &v, &err); in bch2_parse_one_mount_opt()
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()
H A Dsysfs.c601 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()
703 i < bch2_opt_table + bch2_opts_nr; in bch2_opts_create_sysfs_files()
H A Dxattr.c428 opt = bch2_opt_table + id; in __bch2_xattr_bcachefs_get()
509 opt = bch2_opt_table + opt_id; in bch2_xattr_bcachefs_set()
H A Dopts.h611 extern const struct bch_option bch2_opt_table[];
H A Dsuper-io.c506 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 Dsuper.c997 const struct bch_option *opt = &bch2_opt_table[i]; in print_mount_opts()