Searched refs:fat16Sizes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c308 struct DiskSizeToClusterSize fat16Sizes[] = { variable in typeref:struct:DiskSizeToClusterSize
654 for (x=0; kilobytes > fat16Sizes[x].kilobytes; ++x)
656 bytes_per_cluster = fat16Sizes[x].bytes_per_cluster;

Completed in 137 milliseconds