__bch_btree_node_alloc 1175 drivers/md/bcache/btree.c 	return __bch_btree_node_alloc(c, op, level, op != NULL, parent);
__bch_btree_node_alloc  248 drivers/md/bcache/btree.h struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
__bch_btree_node_alloc 1991 drivers/md/bcache/super.c 		c->root = __bch_btree_node_alloc(c, NULL, 0, true, NULL);