Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_key_cache.c211 struct btree_path *ck_path, in btree_key_cache_create() argument
231 struct bkey_cached *ck = bkey_cached_alloc(trans, ck_path, key_u64s); in btree_key_cache_create()
240 bch2_btree_id_str(ck_path->btree_id)); in btree_key_cache_create()
246 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()
252 mark_btree_node_locked_noreset(ck_path, 0, BTREE_NODE_UNLOCKED); in btree_key_cache_create()
286 enum six_lock_type lock_want = __btree_lock_want(ck_path, 0); in btree_key_cache_create()
289 btree_path_cached_set(trans, ck_path, ck, (enum btree_node_locked_type) lock_want); in btree_key_cache_create()
290 ck_path in btree_key_cache_create()
300 do_trace_key_cache_fill(struct btree_trans * trans,struct btree_path * ck_path,struct bkey_s_c k) do_trace_key_cache_fill() argument
316 struct btree_path *ck_path = trans->paths + ck_path_idx; btree_key_cache_fill() local
[all...]