Searched refs:__bch_btree_node_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dbtree.h268 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
H A Dbtree.c1121 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, function
1168 return __bch_btree_node_alloc(c, op, level, op != NULL, parent);
H A Dsuper.c2091 c->root = __bch_btree_node_alloc(c, NULL, 0, true, NULL);

Completed in 131 milliseconds