Lines Matching refs:fat_cache
18 struct fat_cache {
41 struct fat_cache *cache = (struct fat_cache *)foo;
48 fat_cache_cachep = kmem_cache_create("fat_cache",
49 sizeof(struct fat_cache),
62 static inline struct fat_cache *fat_cache_alloc(struct inode *inode)
67 static inline void fat_cache_free(struct fat_cache *cache)
74 struct fat_cache *cache)
84 static struct fat_cache nohit = { .fcluster = 0, };
86 struct fat_cache *hit = &nohit, *p;
117 static struct fat_cache *fat_cache_merge(struct inode *inode,
120 struct fat_cache *p;
136 struct fat_cache *cache, *tmp;
170 cache = list_entry(p, struct fat_cache, cache_list);
189 struct fat_cache *cache;
193 struct fat_cache, cache_list);