Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
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
Dbkey.h608 int bch2_bkey_format_invalid(struct bch_fs *, struct bkey_format *,
Dbtree_io.c816 btree_err_on(bch2_bkey_format_invalid(c, &bn->format, write, &buf1), in validate_bset()