Searched refs:__bch_btree_node_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | btree.h | 246 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
|
D | btree.c | 1080 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, in __bch_btree_node_alloc() function 1126 return __bch_btree_node_alloc(c, op, level, op != NULL, parent); in bch_btree_node_alloc()
|
D | super.c | 1901 c->root = __bch_btree_node_alloc(c, NULL, 0, true, NULL); in run_cache_set()
|