Searched refs:fat_cache (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/fat/
H A Dcache.c18 struct fat_cache { struct
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 *hi
[all...]

Completed in 151 milliseconds