Searched refs:bch2_btree_key_cache_find (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | btree_key_cache.h | 41 bch2_btree_key_cache_find(struct bch_fs *, enum btree_id, struct bpos);
|
D | btree_key_cache.c | 53 bch2_btree_key_cache_find(struct bch_fs *c, enum btree_id btree_id, struct bpos pos) in bch2_btree_key_cache_find() function 305 ret = bch2_btree_key_cache_find(c, ck_path->btree_id, ck_path->pos) ? -EEXIST : 0; in btree_key_cache_fill() 326 ck = bch2_btree_key_cache_find(c, path->btree_id, path->pos); in btree_path_traverse_cached_fast()
|
D | btree_iter.c | 2164 if (!bch2_btree_key_cache_find(c, iter->btree_id, pos)) in btree_trans_peek_key_cache()
|