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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.h26 extern FatCluster fat_max_cluster_count (FatType fat_type);
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)
H A Dfat.c328 > fat_max_cluster_count (fs_info->fat_type)) {
330 = fat_max_cluster_count (fs_info->fat_type);
761 fat_max_cluster_count (FAT_TYPE_FAT16));

Completed in 23 milliseconds