Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
H A Dcache.c18 struct fat_cache { struct
41 struct fat_cache *cache = (struct fat_cache *)foo; in init_once()
48 fat_cache_cachep = kmem_cache_create("fat_cache", in fat_cache_init()
49 sizeof(struct fat_cache), in fat_cache_init()
62 static inline struct fat_cache *fat_cache_alloc(struct inode *inode) in fat_cache_alloc()
67 static inline void fat_cache_free(struct fat_cache *cache) in fat_cache_free()
74 struct fat_cache *cache) in fat_cache_update_lru()
84 static struct fat_cache nohit = { .fcluster = 0, }; in fat_cache_lookup()
86 struct fat_cache *hi in fat_cache_lookup()
[all...]
/kernel/linux/linux-6.6/fs/fat/
H A Dcache.c18 struct fat_cache { struct
41 struct fat_cache *cache = (struct fat_cache *)foo; in init_once()
48 fat_cache_cachep = kmem_cache_create("fat_cache", in fat_cache_init()
49 sizeof(struct fat_cache), in fat_cache_init()
62 static inline struct fat_cache *fat_cache_alloc(struct inode *inode) in fat_cache_alloc()
67 static inline void fat_cache_free(struct fat_cache *cache) in fat_cache_free()
74 struct fat_cache *cache) in fat_cache_update_lru()
84 static struct fat_cache nohit = { .fcluster = 0, }; in fat_cache_lookup()
86 struct fat_cache *hi in fat_cache_lookup()
[all...]

Completed in 2 milliseconds