Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_cache.c142 static const struct rhashtable_params bch_btree_cache_params = { variable
262 int ret = rhashtable_remove_fast(&bc->table, &b->hash, bch_btree_cache_params); in __bch2_btree_node_hash_remove()
287 bch_btree_cache_params); in __bch2_btree_node_hash_insert()
350 return rhashtable_lookup_fast(&bc->table, &v, bch_btree_cache_params); in btree_cache_find()
647 ret = rhashtable_init(&bc->table, &bch_btree_cache_params); in bch2_fs_btree_cache_init()