Home
last modified time | relevance | path

Searched refs:__lookup_cache_entry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.c495 static struct cache_entry *__lookup_cache_entry(const char *path) in __lookup_cache_entry() function
544 ce = __lookup_cache_entry(path); in lookup_cache_entry()
567 ce = __lookup_cache_entry(npath); in lookup_cache_entry()
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.c535 static struct cache_entry *__lookup_cache_entry(const char *path, unsigned int hash, int len) in __lookup_cache_entry() function
573 return __lookup_cache_entry(path, hash, strlen(path)); in lookup_cache_entry()
595 ce = __lookup_cache_entry(path, hash, len); in lookup_cache_entry()

Completed in 5 milliseconds