Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fat/
Dcache.c84 static struct fat_cache nohit = { .fcluster = 0, }; in fat_cache_lookup() local
86 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup()
102 if (hit != &nohit) { in fat_cache_lookup()