Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/md/bcache/
Dextents.c242 .insert_fixup = bch_btree_ptr_insert_fixup,
623 .insert_fixup = bch_extent_insert_fixup,
Dbset.h194 bool (*insert_fixup)(struct btree_keys *b, member
Dbset.c900 if (b->ops->insert_fixup(b, k, &iter, replace_key)) in bch_btree_insert_key()