Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal_sb.h21 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;
H A Dreplicas.h78 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;
H A Dsb-downgrade.h5 extern const struct bch_sb_field_ops bch_sb_field_ops_downgrade;
H A Dsb-counters.h15 extern const struct bch_sb_field_ops bch_sb_field_ops_counters;
H A Dsb-errors.h11 extern const struct bch_sb_field_ops bch_sb_field_ops_errors;
H A Dsb-clean.h11 extern const struct bch_sb_field_ops bch_sb_field_ops_clean;
H A Djournal_seq_blacklist.h18 extern const struct bch_sb_field_ops bch_sb_field_ops_journal_seq_blacklist;
H A Dquota.h8 extern const struct bch_sb_field_ops bch_sb_field_ops_quota;
H A Djournal_sb.c83 const struct bch_sb_field_ops bch_sb_field_ops_journal = {
186 const struct bch_sb_field_ops bch_sb_field_ops_journal_v2 = {
H A Ddisk_groups.h7 extern const struct bch_sb_field_ops bch_sb_field_ops_disk_groups;
H A Dsuper-io.h65 struct bch_sb_field_ops { struct
H A Dsb-members.h319 extern const struct bch_sb_field_ops bch_sb_field_ops_members_v1;
320 extern const struct bch_sb_field_ops bch_sb_field_ops_members_v2;
H A Dsb-counters.c108 const struct bch_sb_field_ops bch_sb_field_ops_counters = {
H A Dsuper-io.c1311 static const struct bch_sb_field_ops bch_sb_field_ops_ext = {
1316 static const struct bch_sb_field_ops *bch2_sb_field_ops[] = {
1323 static const struct bch_sb_field_ops bch2_sb_field_null_ops;
1325 static const struct bch_sb_field_ops *bch2_sb_field_type_ops(unsigned type) in bch2_sb_field_type_ops()
1337 const struct bch_sb_field_ops *ops = bch2_sb_field_type_ops(type); in bch2_sb_field_validate()
1356 const struct bch_sb_field_ops *ops = bch2_sb_field_type_ops(type); in __bch2_sb_field_to_text()
H A Dchecksum.h100 extern const struct bch_sb_field_ops bch_sb_field_ops_crypt;
H A Dsb-errors.c76 const struct bch_sb_field_ops bch_sb_field_ops_errors = {
H A Djournal_seq_blacklist.c214 const struct bch_sb_field_ops bch_sb_field_ops_journal_seq_blacklist = {
H A Dsb-members.c308 const struct bch_sb_field_ops bch_sb_field_ops_members_v1 = {
346 const struct bch_sb_field_ops bch_sb_field_ops_members_v2 = {
H A Dsb-clean.c261 const struct bch_sb_field_ops bch_sb_field_ops_clean = {
H A Dreplicas.c762 const struct bch_sb_field_ops bch_sb_field_ops_replicas = {
801 const struct bch_sb_field_ops bch_sb_field_ops_replicas_v0 = {
H A Dsb-downgrade.c358 const struct bch_sb_field_ops bch_sb_field_ops_downgrade = {
H A Ddisk_groups.c141 const struct bch_sb_field_ops bch_sb_field_ops_disk_groups = {
H A Dchecksum.c433 const struct bch_sb_field_ops bch_sb_field_ops_crypt = {
H A Dquota.c57 const struct bch_sb_field_ops bch_sb_field_ops_quota = {