ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

FF_PARTITION Struct Reference

FullFAT identifies a partition with the following data. More...

Data Fields

FF_T_UINT8 Type
 Partition Type Identifier.
FF_T_UINT16 BlkSize
 Size of a Sector Block in bytes.
FF_T_UINT8 BlkFactor
 Scale Factor for blocksizes above 512!
FF_T_INT8 VolLabel [12]
 Volume Label of the partition.
FF_T_UINT32 BeginLBA
 LBA start address of the partition.
FF_T_UINT32 PartSize
 Size of Partition in number of sectors.
FF_T_UINT32 FatBeginLBA
 LBA of the FAT tables.
FF_T_UINT8 NumFATS
 Number of FAT tables.
FF_T_UINT32 SectorsPerFAT
 Number of sectors per Fat.
FF_T_UINT8 SectorsPerCluster
 Number of sectors per Cluster.
FF_T_UINT32 TotalSectors
FF_T_UINT32 DataSectors
FF_T_UINT32 RootDirSectors
FF_T_UINT32 FirstDataSector
FF_T_UINT16 ReservedSectors
FF_T_UINT32 ClusterBeginLBA
 LBA of first cluster.
FF_T_UINT32 NumClusters
 Number of clusters.
FF_T_UINT32 RootDirCluster
 Cluster number of the root directory entry.
FF_T_UINT32 LastFreeCluster
FF_T_UINT32 FreeClusterCount
 Records free space on mount.
FF_T_BOOL PartitionMounted
 FF_TRUE if the partition is mounted, otherwise FF_FALSE.
FF_PATHCACHE PathCache [FF_PATH_CACHE_DEPTH]
FF_T_UINT32 PCIndex

Detailed Description

FullFAT identifies a partition with the following data.

Note:
This may shrink as development and optimisation goes on.

Definition at line 135 of file ff_ioman.h.


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

Generated on Sun May 27 2012 06:20:08 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.