Searched refs:fat_cache (Results 1 – 1 of 1) sorted by relevance
19 struct fat_cache { struct42 struct fat_cache *cache = (struct fat_cache *)foo; in init_once() argument50 sizeof(struct fat_cache), in fat_cache_init()63 static inline struct fat_cache *fat_cache_alloc(struct inode *inode) in fat_cache_alloc()68 static inline void fat_cache_free(struct fat_cache *cache) in fat_cache_free()75 struct fat_cache *cache) in fat_cache_update_lru()85 static struct fat_cache nohit = { .fcluster = 0, }; in fat_cache_lookup()87 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup()118 static struct fat_cache *fat_cache_merge(struct inode *inode, in fat_cache_merge()121 struct fat_cache *p; in fat_cache_merge()[all …]