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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dresize.c480 ask_type (PedFileSystem* fs, int fat16_ok, int fat32_ok, FatType* out_fat_type) argument
524 *out_fat_type = FAT_TYPE_FAT32;
528 *out_fat_type = FAT_TYPE_FAT16;
532 *out_fat_type = fs_info->fat_type;
556 *out_fat_type = FAT_TYPE_FAT16;
572 *out_fat_type = FAT_TYPE_FAT32;
591 FatType* out_fat_type)
621 return ask_type (fs, fat16_ok, fat32_ok, out_fat_type);
590 get_fat_type(PedFileSystem* fs, const PedGeometry* new_geom, FatType* out_fat_type) argument

Completed in 28 milliseconds