Home
last modified time | relevance | path

Searched refs:FAT_SUPER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c98 FAT_SUPER->fat_length = in fat_mount()
103 FAT_SUPER->fat_offset + bpb.num_fats * FAT_SUPER->fat_length; in fat_mount()
109 + ((FAT_SUPER->root_max - 1) >> FAT_SUPER->sectsize_bits) + 1; in fat_mount()
110 FAT_SUPER->num_clust = in fat_mount()
111 2 + ((FAT_SUPER->num_sectors - FAT_SUPER->data_offset) in fat_mount()
127 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length; in fat_mount()
161 || (FAT_SUPER->fat_size * FAT_SUPER->num_clust / (2 * SECTOR_SIZE) in fat_mount()
223 FAT_SUPER->current_cluster = FAT_SUPER->file_cluster; in fat_read()
233 FAT_SUPER->current_cluster * FAT_SUPER->fat_size; in fat_read()
270 ((FAT_SUPER->current_cluster - 2) << (FAT_SUPER->clustsize_bits in fat_read()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5440 (FAT_SUPER): New Macro.
5442 (fat_mount): Use fat_bpb structure, fill FAT_SUPER.
5443 (fat_read, fat_dir): Use FAT_SUPER info.