ReactOS 0.4.16-dev-570-g1868985
|
#include <fsck.fat.h>
Public Attributes | |
uint8_t | ignored [3] |
uint8_t | system_id [8] |
uint8_t | sector_size [2] |
uint8_t | cluster_size |
uint16_t | reserved |
uint8_t | fats |
uint8_t | dir_entries [2] |
uint8_t | sectors [2] |
uint8_t | media |
uint16_t | fat_length |
uint16_t | secs_track |
uint16_t | heads |
uint32_t | hidden |
uint32_t | total_sect |
uint8_t | drive_number |
uint8_t | reserved2 |
uint8_t | extended_sig |
uint32_t | serial |
uint8_t | label [11] |
uint8_t | fs_type [8] |
uint8_t | junk [450] |
Definition at line 126 of file fsck.fat.h.
uint8_t boot_sector_16::cluster_size |
Definition at line 131 of file fsck.fat.h.
uint8_t boot_sector_16::dir_entries[2] |
Definition at line 134 of file fsck.fat.h.
uint8_t boot_sector_16::drive_number |
Definition at line 143 of file fsck.fat.h.
uint8_t boot_sector_16::extended_sig |
Definition at line 146 of file fsck.fat.h.
Referenced by read_boot(), and write_boot_label().
uint16_t boot_sector_16::fat_length |
Definition at line 137 of file fsck.fat.h.
uint8_t boot_sector_16::fats |
Definition at line 133 of file fsck.fat.h.
uint8_t boot_sector_16::fs_type[8] |
Definition at line 149 of file fsck.fat.h.
Referenced by write_boot_label().
uint16_t boot_sector_16::heads |
Definition at line 139 of file fsck.fat.h.
uint32_t boot_sector_16::hidden |
Definition at line 140 of file fsck.fat.h.
uint8_t boot_sector_16::ignored[3] |
Definition at line 127 of file fsck.fat.h.
uint8_t boot_sector_16::junk[450] |
Definition at line 152 of file fsck.fat.h.
uint8_t boot_sector_16::label[11] |
Definition at line 148 of file fsck.fat.h.
Referenced by read_boot(), and write_boot_label().
uint8_t boot_sector_16::media |
Definition at line 136 of file fsck.fat.h.
uint16_t boot_sector_16::reserved |
Definition at line 132 of file fsck.fat.h.
uint8_t boot_sector_16::reserved2 |
Definition at line 144 of file fsck.fat.h.
Referenced by check_fat_state_bit().
uint16_t boot_sector_16::secs_track |
Definition at line 138 of file fsck.fat.h.
uint8_t boot_sector_16::sector_size[2] |
Definition at line 130 of file fsck.fat.h.
uint8_t boot_sector_16::sectors[2] |
Definition at line 135 of file fsck.fat.h.
uint32_t boot_sector_16::serial |
Definition at line 147 of file fsck.fat.h.
Referenced by write_boot_label().
uint8_t boot_sector_16::system_id[8] |
Definition at line 128 of file fsck.fat.h.
uint32_t boot_sector_16::total_sect |
Definition at line 141 of file fsck.fat.h.