Lines Matching refs:block_tree
67 struct block_tree { struct
86 #define BLOCK_TREE_INITIAL_VALUE(block_tree) \ argument
88 0, 0, {0, 0}, {0, 0}, BLOCK_MAC_INITIAL_VALUE(block_tree.root), \
89 {0, 0, BLOCK_MAC_INITIAL_VALUE(block_tree.inserting.child), \
90 BLOCK_MAC_INITIAL_VALUE(block_tree.inserting.data)}, \
124 struct block_tree* tree;
128 void block_tree_print(struct transaction* tr, const struct block_tree* tree);
129 bool block_tree_check(struct transaction* tr, const struct block_tree* tree);
132 struct block_tree* tree,
161 struct block_tree* tree,
166 struct block_tree* tree,
171 struct block_tree* tree,
178 struct block_tree* tree,
185 struct block_tree* tree,
189 void block_tree_init(struct block_tree* tree,
195 void block_tree_copy(struct block_tree* dst, const struct block_tree* src);