ReactOS 0.4.15-dev-7961-gdcf9eb0
boot_sector_16 Struct Reference

#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]
 

Detailed Description

Definition at line 126 of file fsck.fat.h.

Member Data Documentation

◆ cluster_size

uint8_t boot_sector_16::cluster_size

Definition at line 131 of file fsck.fat.h.

◆ dir_entries

uint8_t boot_sector_16::dir_entries[2]

Definition at line 134 of file fsck.fat.h.

◆ drive_number

uint8_t boot_sector_16::drive_number

Definition at line 143 of file fsck.fat.h.

◆ extended_sig

uint8_t boot_sector_16::extended_sig

Definition at line 146 of file fsck.fat.h.

Referenced by read_boot(), and write_boot_label().

◆ fat_length

uint16_t boot_sector_16::fat_length

Definition at line 137 of file fsck.fat.h.

◆ fats

uint8_t boot_sector_16::fats

Definition at line 133 of file fsck.fat.h.

◆ fs_type

uint8_t boot_sector_16::fs_type[8]

Definition at line 149 of file fsck.fat.h.

Referenced by write_boot_label().

◆ heads

uint16_t boot_sector_16::heads

Definition at line 139 of file fsck.fat.h.

◆ hidden

uint32_t boot_sector_16::hidden

Definition at line 140 of file fsck.fat.h.

◆ ignored

uint8_t boot_sector_16::ignored[3]

Definition at line 127 of file fsck.fat.h.

◆ junk

uint8_t boot_sector_16::junk[450]

Definition at line 152 of file fsck.fat.h.

◆ label

uint8_t boot_sector_16::label[11]

Definition at line 148 of file fsck.fat.h.

Referenced by read_boot(), and write_boot_label().

◆ media

uint8_t boot_sector_16::media

Definition at line 136 of file fsck.fat.h.

◆ reserved

uint16_t boot_sector_16::reserved

Definition at line 132 of file fsck.fat.h.

◆ reserved2

uint8_t boot_sector_16::reserved2

Definition at line 144 of file fsck.fat.h.

Referenced by check_fat_state_bit().

◆ secs_track

uint16_t boot_sector_16::secs_track

Definition at line 138 of file fsck.fat.h.

◆ sector_size

uint8_t boot_sector_16::sector_size[2]

Definition at line 130 of file fsck.fat.h.

◆ sectors

uint8_t boot_sector_16::sectors[2]

Definition at line 135 of file fsck.fat.h.

◆ serial

uint32_t boot_sector_16::serial

Definition at line 147 of file fsck.fat.h.

Referenced by write_boot_label().

◆ system_id

uint8_t boot_sector_16::system_id[8]

Definition at line 128 of file fsck.fat.h.

◆ total_sect

uint32_t boot_sector_16::total_sect

Definition at line 141 of file fsck.fat.h.


The documentation for this struct was generated from the following file: