Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/bcache/
Dbtree.h268 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
Dbtree.c1088 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, in __bch_btree_node_alloc() function
1133 return __bch_btree_node_alloc(c, op, level, op != NULL, parent); in bch_btree_node_alloc()
Dsuper.c2090 c->root = __bch_btree_node_alloc(c, NULL, 0, true, NULL); in run_cache_set()