HelenOS sources

FAT32_CLST_SIZE   400 uspace/srv/fs/fat/fat_fat.c 	offset = (clst * FAT32_CLST_SIZE);
FAT32_CLST_SIZE   582 uspace/srv/fs/fat/fat_fat.c 	offset = (clst * FAT32_CLST_SIZE);
FAT32_CLST_SIZE    87 uspace/srv/fs/fat/fat_fat.h     (FAT_IS_FAT32(bs) ? FAT32_CLST_SIZE : FAT16_CLST_SIZE)
HelenOS homepage, sources at GitHub