Searched refs:ck_path (Results 1 – 1 of 1) sorted by relevance
211 struct btree_path *ck_path, in btree_key_cache_create() argument246 ck->c.btree_id = ck_path->btree_id; in btree_key_cache_create()247 ck->key.btree_id = ck_path->btree_id; in btree_key_cache_create()248 ck->key.pos = ck_path->pos; in btree_key_cache_create()290 ck_path->uptodate = BTREE_ITER_UPTODATE; in btree_key_cache_create()300 struct btree_path *ck_path, in do_trace_key_cache_fill() argument305 bch2_bpos_to_text(&buf, ck_path->pos); in do_trace_key_cache_fill()319 ck_path->l[0].b = NULL; in btree_key_cache_fill()328 bch2_trans_iter_init(trans, &iter, ck_path->btree_id, ck_path->pos, in btree_key_cache_fill()339 ck_path = trans->paths + ck_path_idx; in btree_key_cache_fill()[all …]
Completed in 4 milliseconds