Searched refs:volume_info (Results 1 – 2 of 2) sorted by relevance
117 typedef struct volume_info struct127 } volume_info; argument
478 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()481 volume_info *vistart; in read_bootsectandvi()515 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()518 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()521 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()548 volume_info volinfo; in get_fs_info()1017 volume_info volinfo; in file_fat_detectfs()