Searched refs:bch_btree_node_alloc (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/md/bcache/ | 
| D | btree.c | 1107 static struct btree *bch_btree_node_alloc(struct cache_set *c,  in bch_btree_node_alloc()  function 1117 	struct btree *n = bch_btree_node_alloc(b->c, op, b->level, b->parent);  in btree_node_alloc_replacement() 1992 		n2 = bch_btree_node_alloc(b->c, op, b->level, b->parent);  in btree_split() 1997 			n3 = bch_btree_node_alloc(b->c, op, b->level + 1, NULL);  in btree_split()
  |