Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fat/
Dcache.c224 int fat_get_cluster(struct inode *inode, int cluster, int *fclus, int *dclus) in fat_get_cluster() function
293 ret = fat_get_cluster(inode, cluster, &fclus, &dclus); in fat_bmap_cluster()
Dmisc.c113 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
Dfile.c255 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free()
Dfat.h286 extern int fat_get_cluster(struct inode *inode, int cluster,
Dinode.c444 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()