Searched refs:__bch2_bkey_validate (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | bkey_methods.h | 53 int __bch2_bkey_validate(struct bch_fs *, struct bkey_s_c,
|
H A D | bkey_methods.c | 163 int __bch2_bkey_validate(struct bch_fs *c, struct bkey_s_c k, in __bch2_bkey_validate() function 234 return __bch2_bkey_validate(c, k, from) ?: in bch2_bkey_validate()
|
H A D | btree_io.c | 857 return __bch2_bkey_validate(c, k, from) ?: in bset_key_validate() 876 return !__bch2_bkey_validate(c, u.s_c, in bkey_packed_valid()
|