Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_cache.c139 static const struct rhashtable_params bch_btree_cache_params = { variable
260 int ret = rhashtable_remove_fast(&bc->table, &b->hash, bch_btree_cache_params); in __bch2_btree_node_hash_remove()
285 bch_btree_cache_params); in __bch2_btree_node_hash_insert()
348 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()