Searched refs:bch2_bkey_ptrs_validate (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | extents.h | 440 .key_validate = bch2_bkey_ptrs_validate, \ 694 int bch2_bkey_ptrs_validate(struct bch_fs *, struct bkey_s_c,
|
H A D | extents.c | 313 ret = bch2_bkey_ptrs_validate(c, k, from); in bch2_btree_ptr_validate() 345 ret = bch2_bkey_ptrs_validate(c, k, from); in bch2_btree_ptr_v2_validate() 1414 int bch2_bkey_ptrs_validate(struct bch_fs *c, struct bkey_s_c k, in bch2_bkey_ptrs_validate() function
|
H A D | ec.c | 137 ret = bch2_bkey_ptrs_validate(c, k, from); in bch2_stripe_validate()
|