Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_cache.h25 void bch2_btree_cache_unpin(struct bch_fs *);
H A Dbackpointers.c683 bch2_btree_cache_unpin(c); in bch2_get_btree_in_memory_pos()
997 bch2_btree_cache_unpin(c); in bch2_pin_backpointer_nodes_with_missing()
1139 bch2_btree_cache_unpin(c); in bch2_check_extents_to_backpointers()
1262 bch2_btree_cache_unpin(c); in bch2_check_backpointers_to_extents()
H A Dbtree_cache.c237 void bch2_btree_cache_unpin(struct bch_fs *c) in bch2_btree_cache_unpin() function