Lines Matching refs:bk
166 static bool bch_btree_ptr_invalid(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_invalid() argument
168 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_invalid()
205 static bool bch_btree_ptr_bad(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_bad() argument
207 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_bad()
212 bch_ptr_invalid(bk, k)) in bch_btree_ptr_bad()
227 static bool bch_btree_ptr_insert_fixup(struct btree_keys *bk, in bch_btree_ptr_insert_fixup() argument
232 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_insert_fixup()
500 static bool bch_extent_invalid(struct btree_keys *bk, const struct bkey *k) in bch_extent_invalid() argument
502 struct btree *b = container_of(bk, struct btree, keys); in bch_extent_invalid()
537 static bool bch_extent_bad(struct btree_keys *bk, const struct bkey *k) in bch_extent_bad() argument
539 struct btree *b = container_of(bk, struct btree, keys); in bch_extent_bad()
544 bch_extent_invalid(bk, k)) in bch_extent_bad()
581 static bool bch_extent_merge(struct btree_keys *bk, in bch_extent_merge() argument
585 struct btree *b = container_of(bk, struct btree, keys); in bch_extent_merge()