Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbtree_key_cache.c34 static const struct rhashtable_params bch2_btree_key_cache_params = { variable
61 bch2_btree_key_cache_params); in bch2_btree_key_cache_find()
86 bch2_btree_key_cache_params); in bkey_cached_evict()
261 ret = rhashtable_lookup_insert_fast(&bc->table, &ck->hash, bch2_btree_key_cache_params); in btree_key_cache_create()
764 if (rhashtable_init(&bc->table, &bch2_btree_key_cache_params)) in bch2_fs_btree_key_cache_init()