Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c233 boot->NumSectors = boot->Sectors;
235 boot->NumSectors = boot->HugeSectors;
243 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;
Ddosfs.h77 u_int32_t NumSectors; /* how many sectors are there */ member