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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c27 fat_min_cluster_size (FatType fat_type) { function
52 case FAT_TYPE_FAT16: return fat_min_cluster_size(fat_type);
56 fat_min_cluster_size (fat_type));
253 cluster_sectors >= fat_min_cluster_size (fat_type);
301 *out_cluster_sectors >= fat_min_cluster_size (fat_type);

Completed in 16 milliseconds