Lines Matching full:enum
114 PRT_STR_OPT_BOUNDSCHECKED(jset_entry_type, enum bch_jset_entry_type);
115 PRT_STR_OPT_BOUNDSCHECKED(fs_usage_type, enum bch_fs_usage_type);
116 PRT_STR_OPT_BOUNDSCHECKED(data_type, enum bch_data_type);
117 PRT_STR_OPT_BOUNDSCHECKED(csum_opt, enum bch_csum_opt);
118 PRT_STR_OPT_BOUNDSCHECKED(csum_type, enum bch_csum_type);
119 PRT_STR_OPT_BOUNDSCHECKED(compression_type, enum bch_compression_type);
120 PRT_STR_OPT_BOUNDSCHECKED(str_hash_type, enum bch_str_hash_type);
176 bool bch2_opt_defined_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_defined_by_id()
189 u64 bch2_opt_get_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_get_by_id()
202 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id()
465 for (enum bch_opt_id i = 0; i < bch2_opts_nr; i++) { in bch2_opts_to_text()
625 u64 bch2_opt_from_sb(struct bch_sb *sb, enum bch_opt_id id, int dev_idx) in bch2_opt_from_sb()
718 bool bch2_opt_is_inode_opt(enum bch_opt_id id) in bch2_opt_is_inode_opt()
720 static const enum bch_opt_id inode_opt_list[] = { in bch2_opt_is_inode_opt()