Searched refs:volume_info (Results 1 – 3 of 3) sorted by relevance
480 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi()483 volume_info *vistart; in read_bootsectandvi()517 vistart = (volume_info *)(block + sizeof(boot_sector)); in read_bootsectandvi()520 vistart = (volume_info *)&(bs->fat32_length); in read_bootsectandvi()523 memcpy(volinfo, vistart, sizeof(volume_info)); in read_bootsectandvi()550 volume_info volinfo; in get_fs_info()965 volume_info volinfo; in file_fat_detectfs()
909 volume_info volinfo; in do_fat_write()
117 typedef struct volume_info struct127 } volume_info; argument