Searched refs:bch2_sb_field_ops (Results 1 – 1 of 1) sorted by relevance
1215 static const struct bch_sb_field_ops *bch2_sb_field_ops[] = { variable1226 return likely(type < ARRAY_SIZE(bch2_sb_field_ops)) in bch2_sb_field_type_ops()1227 ? bch2_sb_field_ops[type] in bch2_sb_field_type_ops()