Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Ddfs_cache.c76 static struct hlist_head cache_htable[CACHE_HTABLE_SIZE]; variable
253 struct hlist_head *l = &cache_htable[i]; in flush_cache_ents()
277 struct hlist_head *l = &cache_htable[i]; in dfscache_proc_show()
413 INIT_HLIST_HEAD(&cache_htable[i]); in dfs_cache_init()
560 struct hlist_head *l = &cache_htable[i]; in remove_oldest_entry_locked()
613 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry_locked()
651 hlist_for_each_entry(ce, &cache_htable[hash], hlist) { in __lookup_cache_entry()
1537 struct hlist_head *l = &cache_htable[i]; in refresh_cache()