/kernel/linux/linux-5.10/fs/fat/ |
H A D | cache.c | 80 static int fat_cache_lookup(struct inode *inode, int fclus, in fat_cache_lookup() argument 217 static inline void cache_init(struct fat_cache_id *cid, int fclus, int dclus) in cache_init() argument 225 int fat_get_cluster(struct inode *inode, int cluster, int *fclus, int *dclus) in fat_get_cluster() argument 294 int ret, fclus, dclus; fat_bmap_cluster() local [all...] |
H A D | misc.c | 113 int fclus, dclus; in fat_chain_add() local
|
H A D | file.c | 343 int ret, fclus, dclus; in fat_free() local
|
H A D | inode.c | 482 int ret, fclus, dclus; in fat_calc_dir_size() local
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | cache.c | 83 exfat_cache_lookup(struct inode *inode, unsigned int fclus, struct exfat_cache_id *cid, unsigned int *cached_fclus, unsigned int *cached_dclus) exfat_cache_lookup() argument 227 cache_init(struct exfat_cache_id *cid, unsigned int fclus, unsigned int dclus) cache_init() argument 236 exfat_get_cluster(struct inode *inode, unsigned int cluster, unsigned int *fclus, unsigned int *dclus, unsigned int *last_dclus, int allow_eof) exfat_get_cluster() argument [all...] |
H A D | inode.c | 141 unsigned int fclus = 0; in exfat_map_cluster() local
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | misc.c | 119 int fclus, dclus; in fat_chain_add() local
|
H A D | cache.c | 80 static int fat_cache_lookup(struct inode *inode, int fclus, in fat_cache_lookup() argument 217 static inline void cache_init(struct fat_cache_id *cid, int fclus, int dclus) in cache_init() argument 225 int fat_get_cluster(struct inode *inode, int cluster, int *fclus, int *dclus) in fat_get_cluster() argument 294 int ret, fclus, dclus; fat_bmap_cluster() local [all...] |
H A D | file.c | 344 int ret, fclus, dclus; in fat_free() local
|
H A D | inode.c | 479 int ret, fclus, dclus; in fat_calc_dir_size() local
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | cache.c | 83 exfat_cache_lookup(struct inode *inode, unsigned int fclus, struct exfat_cache_id *cid, unsigned int *cached_fclus, unsigned int *cached_dclus) exfat_cache_lookup() argument 227 cache_init(struct exfat_cache_id *cid, unsigned int fclus, unsigned int dclus) cache_init() argument 236 exfat_get_cluster(struct inode *inode, unsigned int cluster, unsigned int *fclus, unsigned int *dclus, unsigned int *last_dclus, int allow_eof) exfat_get_cluster() argument [all...] |
H A D | inode.c | 147 unsigned int fclus = 0; in exfat_map_cluster() local
|