Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_key_cache.h41 bch2_btree_key_cache_find(struct bch_fs *, enum btree_id, struct bpos);
H 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()