Searched refs:cache_entry_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dfs_cache.c | 313 static inline unsigned int cache_entry_hash(const void *data, int size) in cache_entry_hash() function 501 h = cache_entry_hash(path, strlen(path)); in __lookup_cache_entry() 543 h = cache_entry_hash(path, strlen(path)); in lookup_cache_entry() 553 h = cache_entry_hash(npath, strlen(npath)); in lookup_cache_entry() 569 h = cache_entry_hash(npath, strlen(npath)); in lookup_cache_entry()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 319 static int cache_entry_hash(const void *data, int size, unsigned int *hash) in cache_entry_hash() function 490 rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash); in add_cache_entry_locked() 570 rc = cache_entry_hash(path, strlen(path), &hash); in lookup_cache_entry() 592 rc = cache_entry_hash(path, len, &hash); in lookup_cache_entry()
|
Completed in 5 milliseconds