Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dcache.c221 unsigned int dclus) in cache_contiguous() argument
228 unsigned int fclus, unsigned int dclus) in cache_init() argument
232 cid->dcluster = dclus; in cache_init()
237 unsigned int *fclus, unsigned int *dclus, in exfat_get_cluster() argument
255 *dclus = ei->start_clu; in exfat_get_cluster()
256 *last_dclus = *dclus; in exfat_get_cluster()
290 if (exfat_ent_get(sb, *dclus, &content)) in exfat_get_cluster()
293 *last_dclus = *dclus; in exfat_get_cluster()
294 *dclus = content; in exfat_get_cluster()
308 if (!cache_contiguous(&cid, *dclus)) in exfat_get_cluster()
[all …]
H A Dexfat_fs.h472 unsigned int *fclus, unsigned int *dclus,
/openbmc/linux/fs/fat/
H A Dcache.c214 return ((cid->dcluster + cid->nr_contig) == dclus); in cache_contiguous()
221 cid->dcluster = dclus; in cache_init()
237 *dclus = MSDOS_I(inode)->i_start; in fat_get_cluster()
238 if (!fat_valid_entry(sbi, *dclus)) { in fat_get_cluster()
241 __func__, MSDOS_I(inode)->i_pos, *dclus); in fat_get_cluster()
266 nr = fat_ent_read(inode, &fatent, *dclus); in fat_get_cluster()
280 *dclus = nr; in fat_get_cluster()
281 if (!cache_contiguous(&cid, *dclus)) in fat_get_cluster()
282 cache_init(&cid, *fclus, *dclus); in fat_get_cluster()
294 int ret, fclus, dclus; in fat_bmap_cluster() local
[all …]
H A Dmisc.c119 int fclus, dclus; in fat_chain_add() local
121 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
125 last = dclus; in fat_chain_add()
H A Dfile.c344 int ret, fclus, dclus; in fat_free() local
346 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free()
353 ret = fat_ent_read(inode, &fatent, dclus); in fat_free()
H A Dfat.h317 int *fclus, int *dclus);
H A Dinode.c479 int ret, fclus, dclus; in fat_calc_dir_size() local
485 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()