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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c232 PedSector* out_cluster_sectors, FatCluster* out_cluster_count,
237 PED_ASSERT (out_cluster_sectors != NULL, return 0);
247 *out_cluster_sectors = cluster_sectors;
258 *out_cluster_sectors = cluster_sectors;
271 *out_cluster_sectors = cluster_sectors;
290 PedSector* out_cluster_sectors,
295 PED_ASSERT (out_cluster_sectors != NULL, return 0);
300 for (*out_cluster_sectors = cluster_sectors;
301 *out_cluster_sectors >= fat_min_cluster_size (fat_type);
302 *out_cluster_sectors /
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 16 milliseconds