Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddfs_cache.c75 static struct hlist_head dfs_cache_htable[DFS_CACHE_HTABLE_SIZE]; variable
147 struct hlist_head *l = &dfs_cache_htable[i]; in flush_cache_ents()
170 hash_for_each_rcu(dfs_cache_htable, bucket, ce, ce_hlist) { in dfscache_proc_show()
296 INIT_HLIST_HEAD(&dfs_cache_htable[i]); in dfs_cache_init()
439 hash_for_each_rcu(dfs_cache_htable, bucket, ce, ce_hlist) { in remove_oldest_entry()
466 hlist_add_head_rcu(&ce->ce_hlist, &dfs_cache_htable[hash]); in add_cache_entry()
490 hlist_for_each_entry_rcu(ce, &dfs_cache_htable[hash], ce_hlist) { in __find_cache_entry()