Lines Matching defs:exfat_cache
22 struct exfat_cache {
40 struct exfat_cache *cache = (struct exfat_cache *)c;
47 exfat_cachep = kmem_cache_create("exfat_cache",
48 sizeof(struct exfat_cache),
63 static inline struct exfat_cache *exfat_cache_alloc(void)
68 static inline void exfat_cache_free(struct exfat_cache *cache)
75 struct exfat_cache *cache)
88 static struct exfat_cache nohit = { .fcluster = 0, };
89 struct exfat_cache *hit = &nohit, *p;
120 static struct exfat_cache *exfat_cache_merge(struct inode *inode,
124 struct exfat_cache *p;
141 struct exfat_cache *cache, *tmp;
177 struct exfat_cache, cache_list);
196 struct exfat_cache *cache;
200 struct exfat_cache, cache_list);
259 * Don`t use exfat_cache if zero offset or non-cluster allocation