Searched refs:bch_btree_cache_params (Results 1 – 1 of 1) sorted by relevance
137 static const struct rhashtable_params bch_btree_cache_params = { variable252 int ret = rhashtable_remove_fast(&bc->table, &b->hash, bch_btree_cache_params); in __bch2_btree_node_hash_remove()277 bch_btree_cache_params); in __bch2_btree_node_hash_insert()340 return rhashtable_lookup_fast(&bc->table, &v, bch_btree_cache_params); in btree_cache_find()644 ret = rhashtable_init(&bc->table, &bch_btree_cache_params); in bch2_fs_btree_cache_init()