Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c146 boot->NumSectors = boot->bpbSectors; in readboot()
152 boot->NumSectors = boot->bpbHugeSectors; in readboot()
263 if (boot->FirstCluster + boot->bpbSecPerClust > boot->NumSectors) { in readboot()
274 (boot->NumSectors - boot->FirstCluster) / boot->bpbSecPerClust; in readboot()
Ddosfs.h74 u_int32_t NumSectors; /* how many sectors are there */ member