Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
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;
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;
Dsb-downgrade.h5 extern const struct bch_sb_field_ops bch_sb_field_ops_downgrade;
Dsb-counters.h14 extern const struct bch_sb_field_ops bch_sb_field_ops_counters;
Dsb-errors.h11 extern const struct bch_sb_field_ops bch_sb_field_ops_errors;
Dsb-clean.h11 extern const struct bch_sb_field_ops bch_sb_field_ops_clean;
Djournal_seq_blacklist.h18 extern const struct bch_sb_field_ops bch_sb_field_ops_journal_seq_blacklist;
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 = {
Dquota.h9 extern const struct bch_sb_field_ops bch_sb_field_ops_quota;
Ddisk_groups.h7 extern const struct bch_sb_field_ops bch_sb_field_ops_disk_groups;
Dsuper-io.h53 struct bch_sb_field_ops { struct
Dsb-counters.c96 const struct bch_sb_field_ops bch_sb_field_ops_counters = {
Dsb-members.h301 extern const struct bch_sb_field_ops bch_sb_field_ops_members_v1;
302 extern const struct bch_sb_field_ops bch_sb_field_ops_members_v2;
Dsuper-io.c1210 static const struct bch_sb_field_ops bch_sb_field_ops_ext = {
1215 static const struct bch_sb_field_ops *bch2_sb_field_ops[] = {
1222 static const struct bch_sb_field_ops bch2_sb_field_null_ops;
1224 static const struct bch_sb_field_ops *bch2_sb_field_type_ops(unsigned type) in bch2_sb_field_type_ops()
1236 const struct bch_sb_field_ops *ops = bch2_sb_field_type_ops(type); in bch2_sb_field_validate()
1255 const struct bch_sb_field_ops *ops = bch2_sb_field_type_ops(type); in __bch2_sb_field_to_text()
Dsb-errors.c76 const struct bch_sb_field_ops bch_sb_field_ops_errors = {
Dchecksum.h101 extern const struct bch_sb_field_ops bch_sb_field_ops_crypt;
Dsb-members.c306 const struct bch_sb_field_ops bch_sb_field_ops_members_v1 = {
344 const struct bch_sb_field_ops bch_sb_field_ops_members_v2 = {
Djournal_seq_blacklist.c214 const struct bch_sb_field_ops bch_sb_field_ops_journal_seq_blacklist = {
Dsb-clean.c257 const struct bch_sb_field_ops bch_sb_field_ops_clean = {
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 = {
Dsb-downgrade.c327 const struct bch_sb_field_ops bch_sb_field_ops_downgrade = {
Ddisk_groups.c141 const struct bch_sb_field_ops bch_sb_field_ops_disk_groups = {
Dchecksum.c518 const struct bch_sb_field_ops bch_sb_field_ops_crypt = {
Dquota.c57 const struct bch_sb_field_ops bch_sb_field_ops_quota = {