Home
last modified time | relevance | path

Searched refs:bch2_bkey_format_invalid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbkey.c634 BUG_ON(bch2_bkey_format_invalid(NULL, &ret, 0, &buf)); in bch2_bkey_format_done()
641 int bch2_bkey_format_invalid(struct bch_fs *c, in bch2_bkey_format_invalid() function
H A Dbkey.h601 int bch2_bkey_format_invalid(struct bch_fs *, struct bkey_format *,
H A Dbtree_io.c815 btree_err_on(bch2_bkey_format_invalid(c, &bn->format, write, &buf1), in validate_bset()