Searched refs:NumSectors (Results 1 – 2 of 2) sorted by relevance
138 boot->NumSectors = boot->bpbSectors; in readboot()144 boot->NumSectors = boot->bpbHugeSectors; in readboot()255 if (boot->FirstCluster + boot->bpbSecPerClust > boot->NumSectors) { in readboot()266 (boot->NumSectors - boot->FirstCluster) / boot->bpbSecPerClust; in readboot()
74 uint32_t NumSectors; /* how many sectors are there */ member