Searched refs:bch2_bkey_cmp_packed (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | bset.h | 372 return bch2_bkey_cmp_packed(b, l, r) in bkey_iter_cmp()
|
H A D | bkey.c | 428 EBUG_ON(bch2_bkey_cmp_packed(b, out, &k) <= 0); in bkey_packed_successor() 1032 int bch2_bkey_cmp_packed(const struct btree *b, in bch2_bkey_cmp_packed() function
|
H A D | bkey.h | 68 int bch2_bkey_cmp_packed(const struct btree *,
|
H A D | btree_io.c | 150 b = bch2_bkey_cmp_packed(bt, in sort_bkey_ptrs() 157 bch2_bkey_cmp_packed(bt, in sort_bkey_ptrs() 889 return bch2_bkey_cmp_packed(b, l, r) in btree_node_read_bkey_cmp()
|