Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dcache.c85 unsigned int *cached_fclus, unsigned int *cached_dclus) in exfat_cache_lookup() argument
113 *cached_dclus = cid->dcluster + offset; in exfat_cache_lookup()
/openbmc/linux/fs/fat/
H A Dcache.c82 int *cached_fclus, int *cached_dclus) in fat_cache_lookup() argument
110 *cached_dclus = cid->dcluster + offset; in fat_cache_lookup()