Searched defs:fat_max_cluster_count (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c78 return fat_max_cluster_count (fat_type) / 2;
87 fat_max_cluster_count (FatType fat_type) { function
126 <= fat_max_cluster_count (FAT_TYPE_FAT32),
217 if (cluster_count > fat_max_cluster_count (fat_type)

Completed in 21 milliseconds