Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_cache.h25 void bch2_btree_cache_unpin(struct bch_fs *);
H A Dbackpointers.c756 bch2_btree_cache_unpin(c); in bch2_get_btree_in_memory_pos()
1011 bch2_btree_cache_unpin(c); in bch2_pin_backpointer_nodes_with_missing()
1153 bch2_btree_cache_unpin(c); in bch2_check_extents_to_backpointers()
1277 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