Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dcache.c18 struct fat_cache { struct
41 struct fat_cache *cache = (struct fat_cache *)foo; in init_once() argument
49 sizeof(struct fat_cache), in fat_cache_init()
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 *hit = &nohit, *p; in fat_cache_lookup()
120 struct fat_cache *p; in fat_cache_merge()
136 struct fat_cache *cache, *tmp; in fat_cache_add()
170 cache = list_entry(p, struct fat_cache, cache_list); in fat_cache_add()
189 struct fat_cache *cache; in __fat_cache_inval_inode()
[all …]