Searched defs:btree (Results 1 – 1 of 1) sorted by relevance
117 struct btree { struct121 /* Key/pointer for this btree node */ argument127 struct btree *parent; argument135 struct btree_keys keys; argument137 /* For outstanding btree writes, used as a lock - protects write_idx */ argument144 struct btree_write writes[2]; argument152 static inline bool btree_node_ ## flag(struct btree *b) \ argument