Searched defs:btree (Results 1 – 2 of 2) sorted by relevance
116 struct btree { struct120 /* Key/pointer for this btree node */ argument128 struct btree *parent; argument136 struct btree_keys keys; argument138 /* For outstanding btree writes, used as a lock - protects write_idx */ argument145 struct btree_write writes[2]; argument150 static inline bool btree_node_ ## flag(struct btree *b) \ argument
115 #define btree(fn, key, b, op, ...) \ macro