fat_get_cluster   284 fs/fat/cache.c 	ret = fat_get_cluster(inode, cluster, &fclus, &dclus);
fat_get_cluster   209 fs/fat/file.c  		ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus);
fat_get_cluster   322 fs/fat/inode.c 	ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus);
fat_get_cluster    91 fs/fat/misc.c  		ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus);
fat_get_cluster   346 include/linux/msdos_fs.h extern int fat_get_cluster(struct inode *inode, int cluster,