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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c179 PedSector data_fat_space; /* space available to clusters + FAT */ local
188 data_fat_space = size - fat_min_reserved_sector_count (fat_type)
191 data_fat_space -= root_dir_sectors;
196 cluster_space = data_fat_space - fat_space;
198 cluster_space = data_fat_space - 2 * fat_space;
205 cluster_space = data_fat_space - 2 * fat_space;

Completed in 24 milliseconds