Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsuper-io.c1215 static const struct bch_sb_field_ops *bch2_sb_field_ops[] = { variable
1226 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()