Lines Matching defs:n3
2234 struct btree *n1, *n2 = NULL, *n3 = NULL;
2266 n3 = bch_btree_node_alloc(b->c, op, b->level + 1, NULL);
2267 if (IS_ERR(n3))
2313 if (n3) {
2315 mutex_lock(&n3->write_lock);
2316 bkey_copy_key(&n3->key, &MAX_KEY);
2317 bch_btree_insert_keys(n3, op, &parent_keys, NULL);
2318 bch_btree_node_write(n3, &cl);
2319 mutex_unlock(&n3->write_lock);
2322 bch_btree_set_root(n3);
2323 rw_unlock(true, n3);
2355 if (n3 == ERR_PTR(-EAGAIN) ||