Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dcache.c22 struct exfat_cache { struct
40 struct exfat_cache *cache = (struct exfat_cache *)c; in exfat_cache_init_once() argument
48 sizeof(struct exfat_cache), in exfat_cache_init()
75 struct exfat_cache *cache) in exfat_cache_update_lru()
88 static struct exfat_cache nohit = { .fcluster = 0, }; in exfat_cache_lookup()
89 struct exfat_cache *hit = &nohit, *p; in exfat_cache_lookup()
124 struct exfat_cache *p; in exfat_cache_merge()
141 struct exfat_cache *cache, *tmp; in exfat_cache_add()
177 struct exfat_cache, cache_list); in exfat_cache_add()
196 struct exfat_cache *cache; in __exfat_cache_inval_inode()
[all …]