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

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

Completed in 92 milliseconds