Searched refs:child (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | btree.c | 540 unsigned long *key, int level, unsigned long *child, int fill) in rebalance() argument 551 mempool_free(child, head->mempool); in rebalance() 557 BUG_ON(bval(geo, parent, i) != child); in rebalance() 565 child, fill, in rebalance() 575 child, fill, in rebalance() 683 unsigned long *child; in __btree_for_each() local 686 child = bval(geo, node, i); in __btree_for_each() 687 if (!child) in __btree_for_each() 690 count = __btree_for_each(head, geo, child, opaque, in __btree_for_each() 693 func(child, opaque, bkey(geo, node, i), count++, in __btree_for_each()
|