Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddfs_cache.c25 #define DFS_CACHE_HTABLE_SIZE 32 macro
75 static struct hlist_head dfs_cache_htable[DFS_CACHE_HTABLE_SIZE];
146 for (i = 0; i < DFS_CACHE_HTABLE_SIZE; i++) { in flush_cache_ents()
295 for (i = 0; i < DFS_CACHE_HTABLE_SIZE; i++) in dfs_cache_init()
313 return h & (DFS_CACHE_HTABLE_SIZE - 1); in cache_entry_hash()