Searched refs:exfat_cache (Results 1 – 1 of 1) sorted by relevance
22 struct exfat_cache { struct40 struct exfat_cache *cache = (struct exfat_cache *)c; in exfat_cache_init_once() argument48 sizeof(struct exfat_cache), in exfat_cache_init()63 static inline struct exfat_cache *exfat_cache_alloc(void) in exfat_cache_alloc()68 static inline void exfat_cache_free(struct exfat_cache *cache) in exfat_cache_free()75 struct exfat_cache *cache) in exfat_cache_update_lru()88 static struct exfat_cache nohit = { .fcluster = 0, }; in exfat_cache_lookup()89 struct exfat_cache *hit = &nohit, *p; in exfat_cache_lookup()120 static struct exfat_cache *exfat_cache_merge(struct inode *inode, in exfat_cache_merge()124 struct exfat_cache *p; in exfat_cache_merge()[all …]