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

/linux-master/fs/bcachefs/
H A Dbtree_key_cache.h27 bch2_btree_key_cache_find(struct bch_fs *, enum btree_id, struct bpos);
H A Dbtree_key_cache.c43 bch2_btree_key_cache_find(struct bch_fs *c, enum btree_id btree_id, struct bpos pos) function
482 ck = bch2_btree_key_cache_find(c, path->btree_id, path->pos);
573 ck = bch2_btree_key_cache_find(c, path->btree_id, path->pos);
H A Dbtree_iter.c2013 if (!bch2_btree_key_cache_find(c, iter->btree_id, pos))

Completed in 448 milliseconds