Home
last modified time | relevance | path

Searched refs:btree_keys_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/md/bcache/
Dextents.h4 extern const struct btree_keys_ops bch_btree_keys_ops;
5 extern const struct btree_keys_ops bch_extent_keys_ops;
Dbset.h188 struct btree_keys_ops { struct
210 const struct btree_keys_ops *ops; argument
284 void bch_btree_keys_init(struct btree_keys *, const struct btree_keys_ops *,
Dextents.c238 const struct btree_keys_ops bch_btree_keys_ops = {
615 const struct btree_keys_ops bch_extent_keys_ops = {
Dbset.c343 void bch_btree_keys_init(struct btree_keys *b, const struct btree_keys_ops *ops, in bch_btree_keys_init()