Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dbtree_key_cache.h41 bch2_btree_key_cache_find(struct bch_fs *, enum btree_id, struct bpos);
A Dbtree_key_cache.c53 bch2_btree_key_cache_find(struct bch_fs *c, enum btree_id btree_id, struct bpos pos) in bch2_btree_key_cache_find() function
340 ret = bch2_btree_key_cache_find(c, ck_path->btree_id, ck_path->pos) ? -EEXIST : 0; in btree_key_cache_fill()
365 ck = bch2_btree_key_cache_find(c, path->btree_id, path->pos); in btree_path_traverse_cached_fast()
A Dbtree_iter.c2219 if (!bch2_btree_key_cache_find(c, iter->btree_id, pos)) in btree_trans_peek_key_cache()

Completed in 11 milliseconds