fat_cache
static struct fat_cache *fat_cache_merge(struct inode *inode,
struct fat_cache *p;
struct fat_cache *cache, *tmp;
cache = list_entry(p, struct fat_cache, cache_list);
struct fat_cache *cache;
struct fat_cache, cache_list);
struct fat_cache *cache = (struct fat_cache *)foo;
sizeof(struct fat_cache),
static inline struct fat_cache *fat_cache_alloc(void)
static inline void fat_cache_free(struct fat_cache *cache)
struct fat_cache *cache)
static struct fat_cache nohit = { .fcluster = 0, };
struct fat_cache *hit = &nohit, *p;