Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fat/
Dcache.c85 static struct fat_cache nohit = { .fcluster = 0, }; in fat_cache_lookup() local
87 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup()
103 if (hit != &nohit) { in fat_cache_lookup()