Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/fat/
Dcache.c24 static struct fat_cache *fat_cache,cache[FAT_CACHE]; variable
145 fat_cache = &cache[0]; in fat_cache_init()
158 struct fat_cache *walk; in fat_cache_lookup()
164 for (walk = fat_cache; walk; walk = walk->next) in fat_cache_lookup()
188 struct fat_cache *walk; in list_cache()
190 for (walk = fat_cache; walk; walk = walk->next) { in list_cache()
204 struct fat_cache *walk,*last; in fat_cache_add()
209 for (walk = fat_cache; walk->next; walk = (last = walk)->next) in fat_cache_add()
226 walk->next = fat_cache; in fat_cache_add()
227 fat_cache = walk; in fat_cache_add()
[all …]
/linux-2.4.37.9/include/linux/
Dmsdos_fs.h201 struct fat_cache { struct
206 struct fat_cache *next; /* next cache entry */ argument