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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c177 FatCluster* out_cluster_count, PedSector* out_fat_size)
186 PED_ASSERT (out_fat_size != NULL, return 0);
222 *out_fat_size = fat_space;
233 PedSector* out_fat_size)
239 PED_ASSERT (out_fat_size != NULL, return 0);
246 out_cluster_count, out_fat_size)) {
257 out_cluster_count, out_fat_size)) {
270 out_cluster_count, out_fat_size)) {
292 PedSector* out_fat_size)
297 PED_ASSERT (out_fat_size !
175 calc_sizes(PedSector size, PedSector align, FatType fat_type, PedSector root_dir_sectors, PedSector cluster_sectors, FatCluster* out_cluster_count, PedSector* out_fat_size) argument
230 fat_calc_sizes(PedSector size, PedSector align, FatType fat_type, PedSector root_dir_sectors, PedSector* out_cluster_sectors, FatCluster* out_cluster_count, PedSector* out_fat_size) argument
284 fat_calc_resize_sizes( const PedGeometry* geom, PedSector align, FatType fat_type, PedSector root_dir_sectors, PedSector cluster_sectors, PedSector* out_cluster_sectors, FatCluster* out_cluster_count, PedSector* out_fat_size) argument
[all...]

Completed in 32 milliseconds