Searched refs:nohit (Results 1 – 2 of 2) sorted by relevance
88 static struct exfat_cache nohit = { .fcluster = 0, }; in exfat_cache_lookup() local89 struct exfat_cache *hit = &nohit, *p; in exfat_cache_lookup()105 if (hit != &nohit) { in exfat_cache_lookup()
84 static struct fat_cache nohit = { .fcluster = 0, }; in fat_cache_lookup() local86 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup()102 if (hit != &nohit) { in fat_cache_lookup()