Lines Matching defs:n3
2213 struct btree *n1, *n2 = NULL, *n3 = NULL;
2245 n3 = bch_btree_node_alloc(b->c, op, b->level + 1, NULL);
2246 if (IS_ERR(n3))
2292 if (n3) {
2294 mutex_lock(&n3->write_lock);
2295 bkey_copy_key(&n3->key, &MAX_KEY);
2296 bch_btree_insert_keys(n3, op, &parent_keys, NULL);
2297 bch_btree_node_write(n3, &cl);
2298 mutex_unlock(&n3->write_lock);
2301 bch_btree_set_root(n3);
2302 rw_unlock(true, n3);
2334 if (n3 == ERR_PTR(-EAGAIN) ||