Searched refs:bch2_opt_table (Results 1 – 6 of 6) sorted by relevance
238 const struct bch_option bch2_opt_table[] = { variable274 for (i = bch2_opt_table; in bch2_opt_lookup()275 i < bch2_opt_table + ARRAY_SIZE(bch2_opt_table); in bch2_opt_lookup()278 return i - bch2_opt_table; in bch2_opt_lookup()504 const struct bch_option *opt = &bch2_opt_table[i]; in bch2_opts_to_text()635 if (!val && bch2_opt_table[id].type != BCH_OPT_FN) in bch2_parse_one_mount_opt()640 if (!(bch2_opt_table[id].flags & OPT_MOUNT)) in bch2_parse_one_mount_opt()652 ret = bch2_opt_parse(c, &bch2_opt_table[id], val, &v, &err); in bch2_parse_one_mount_opt()728 const struct bch_option *opt = bch2_opt_table + id; in bch2_opt_from_sb()762 const struct bch_option *opt = bch2_opt_table + id; in bch2_opts_from_sb()
630 const struct bch_option *opt = bch2_opt_table + id; in sysfs_opt_show()651 const struct bch_option *opt = bch2_opt_table + id; in sysfs_opt_store()725 for (const struct bch_option *i = bch2_opt_table; in bch2_opts_create_sysfs_files()726 i < bch2_opt_table + bch2_opts_nr; in bch2_opts_create_sysfs_files()
433 opt = bch2_opt_table + id; in __bch2_xattr_bcachefs_get()514 opt = bch2_opt_table + opt_id; in bch2_xattr_bcachefs_set()
628 extern const struct bch_option bch2_opt_table[];
509 const struct bch_option *opt = bch2_opt_table + opt_id; in bch2_sb_validate()1533 const struct bch_option *opt = bch2_opt_table + id; in bch2_sb_to_text()
1089 const struct bch_option *opt = &bch2_opt_table[i]; in print_mount_opts()
Completed in 17 milliseconds