Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsuper-io.c1316 static const struct bch_sb_field_ops *bch2_sb_field_ops[] = { variable
1327 return likely(type < ARRAY_SIZE(bch2_sb_field_ops)) in bch2_sb_field_type_ops()
1328 ? bch2_sb_field_ops[type] in bch2_sb_field_type_ops()