Searched refs:volume_info (Results 1 – 2 of 2) sorted by relevance
119 typedef struct volume_info struct129 } volume_info; argument
493 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()496 volume_info *vistart; in read_bootsectandvi()530 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()533 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()536 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()563 volume_info volinfo; in get_fs_info()1141 volume_info volinfo; in file_fat_detectfs()1385 volume_info volinfo; in fat_uuid()
Completed in 5 milliseconds