nohit 84 fs/fat/cache.c static struct fat_cache nohit = { .fcluster = 0, }; nohit 86 fs/fat/cache.c struct fat_cache *hit = &nohit, *p; nohit 102 fs/fat/cache.c if (hit != &nohit) {