Searched refs:bch2_bkey_to_bset (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/bcachefs/
H A Dbset.h308 struct bset_tree *bch2_bkey_to_bset(struct btree *, struct bkey_packed *);
481 struct bset_tree *t = bch2_bkey_to_bset(b, k);
494 bch2_bkey_to_bset(_b, _k) - (_b)->set, _k, 1)
497 bch2_bkey_to_bset(_b, _k) - (_b)->set, _k, -1)
H A Dbset.c34 struct bset_tree *bch2_bkey_to_bset(struct btree *b, struct bkey_packed *k) function
125 struct bset_tree *t = bch2_bkey_to_bset(b, k);
188 struct bset_tree *t = bch2_bkey_to_bset(b, k2);
245 struct bset_tree *t = bch2_bkey_to_bset(b, where);
1577 struct bset_tree *t = bch2_bkey_to_bset(b, k);

Completed in 203 milliseconds