HelenOS sources

FAT16_CLST_SIZE   369 uspace/srv/fs/fat/fat_fat.c 	offset = (clst * FAT16_CLST_SIZE);
FAT16_CLST_SIZE   548 uspace/srv/fs/fat/fat_fat.c 	offset = (clst * FAT16_CLST_SIZE);
FAT16_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