Searched refs:insert_fixup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | extents.c | 242 .insert_fixup = bch_btree_ptr_insert_fixup, 623 .insert_fixup = bch_extent_insert_fixup,
|
H A D | bset.h | 194 bool (*insert_fixup)(struct btree_keys *b, member
|
H A D | bset.c | 898 if (b->ops->insert_fixup(b, k, &iter, replace_key)) in bch_btree_insert_key()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | extents.c | 242 .insert_fixup = bch_btree_ptr_insert_fixup, 623 .insert_fixup = bch_extent_insert_fixup,
|
H A D | bset.h | 194 bool (*insert_fixup)(struct btree_keys *b, member
|
H A D | bset.c | 900 if (b->ops->insert_fixup(b, k, &iter, replace_key)) in bch_btree_insert_key()
|
Completed in 8 milliseconds