Searched refs:bch_sb_field_ops (Results 1 – 25 of 26) sorted by relevance
12
21 extern const struct bch_sb_field_ops bch_sb_field_ops_journal;22 extern const struct bch_sb_field_ops bch_sb_field_ops_journal_v2;
78 extern const struct bch_sb_field_ops bch_sb_field_ops_replicas;79 extern const struct bch_sb_field_ops bch_sb_field_ops_replicas_v0;
5 extern const struct bch_sb_field_ops bch_sb_field_ops_downgrade;
15 extern const struct bch_sb_field_ops bch_sb_field_ops_counters;
11 extern const struct bch_sb_field_ops bch_sb_field_ops_clean;
12 extern const struct bch_sb_field_ops bch_sb_field_ops_errors;
19 extern const struct bch_sb_field_ops bch_sb_field_ops_journal_seq_blacklist;
83 const struct bch_sb_field_ops bch_sb_field_ops_journal = {186 const struct bch_sb_field_ops bch_sb_field_ops_journal_v2 = {
6 extern const struct bch_sb_field_ops bch_sb_field_ops_recovery_passes;
8 extern const struct bch_sb_field_ops bch_sb_field_ops_quota;
7 extern const struct bch_sb_field_ops bch_sb_field_ops_disk_groups;
1346 static const struct bch_sb_field_ops bch_sb_field_ops_ext = {1351 static const struct bch_sb_field_ops *bch2_sb_field_ops[] = {1358 static const struct bch_sb_field_ops bch2_sb_field_null_ops;1360 static const struct bch_sb_field_ops *bch2_sb_field_type_ops(unsigned type) in bch2_sb_field_type_ops()1372 const struct bch_sb_field_ops *ops = bch2_sb_field_type_ops(type); in bch2_sb_field_validate()1391 const struct bch_sb_field_ops *ops = bch2_sb_field_type_ops(type); in __bch2_sb_field_to_text()
308 extern const struct bch_sb_field_ops bch_sb_field_ops_members_v1;309 extern const struct bch_sb_field_ops bch_sb_field_ops_members_v2;
65 struct bch_sb_field_ops { struct
108 const struct bch_sb_field_ops bch_sb_field_ops_counters = {
102 extern const struct bch_sb_field_ops bch_sb_field_ops_crypt;
76 const struct bch_sb_field_ops bch_sb_field_ops_errors = {
342 const struct bch_sb_field_ops bch_sb_field_ops_members_v1 = {398 const struct bch_sb_field_ops bch_sb_field_ops_members_v2 = {
224 const struct bch_sb_field_ops bch_sb_field_ops_journal_seq_blacklist = {
261 const struct bch_sb_field_ops bch_sb_field_ops_clean = {
762 const struct bch_sb_field_ops bch_sb_field_ops_replicas = {801 const struct bch_sb_field_ops bch_sb_field_ops_replicas_v0 = {
365 const struct bch_sb_field_ops bch_sb_field_ops_downgrade = {
112 const struct bch_sb_field_ops bch_sb_field_ops_disk_groups = {
433 const struct bch_sb_field_ops bch_sb_field_ops_crypt = {
196 const struct bch_sb_field_ops bch_sb_field_ops_recovery_passes = {
Completed in 42 milliseconds