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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c181 PedSector cluster_space; /* space taken by clusters */ local
196 cluster_space = data_fat_space - fat_space;
198 cluster_space = data_fat_space - 2 * fat_space;
200 cluster_count = cluster_space / cluster_sectors;
205 cluster_space = data_fat_space - 2 * fat_space;
206 cluster_count = cluster_space / cluster_sectors;

Completed in 345 milliseconds