__bch_btree_node_alloc
return __bch_btree_node_alloc(c, op, level, op != NULL, parent);
struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
c->root = __bch_btree_node_alloc(c, NULL, 0, true, NULL);