Lines Matching refs:bch_fs
7 struct bch_fs;
24 int (*key_validate)(struct bch_fs *c, struct bkey_s_c k,
26 void (*val_to_text)(struct printbuf *, struct bch_fs *,
29 bool (*key_normalize)(struct bch_fs *, struct bkey_s);
30 bool (*key_merge)(struct bch_fs *, struct bkey_s, struct bkey_s_c);
51 int bch2_bkey_val_validate(struct bch_fs *, struct bkey_s_c,
53 int __bch2_bkey_validate(struct bch_fs *, struct bkey_s_c,
55 int bch2_bkey_validate(struct bch_fs *, struct bkey_s_c,
57 int bch2_bkey_in_btree_node(struct bch_fs *, struct btree *, struct bkey_s_c,
62 void bch2_val_to_text(struct printbuf *, struct bch_fs *,
64 void bch2_bkey_val_to_text(struct printbuf *, struct bch_fs *,
69 bool bch2_bkey_normalize(struct bch_fs *, struct bkey_s);
78 bool bch2_bkey_merge(struct bch_fs *, struct bkey_s, struct bkey_s_c);