Home
last modified time | relevance | path

Searched defs:btree (Results 1 – 2 of 2) sorted by relevance

/drivers/md/bcache/
Dbtree.h116 struct btree { struct
120 /* Key/pointer for this btree node */ argument
128 struct btree *parent; argument
136 struct btree_keys keys; argument
138 /* For outstanding btree writes, used as a lock - protects write_idx */ argument
145 struct btree_write writes[2]; argument
150 static inline bool btree_node_ ## flag(struct btree *b) \ argument
Dbtree.c115 #define btree(fn, key, b, op, ...) \ macro