HomeSort by relevance Sort by last modified time
    Searched refs:SecPerClust (Results 1 - 3 of 3) sorted by null

  /external/fsck_msdos/
boot.c 75 boot->SecPerClust = block[13];
200 - CLUST_FIRST * boot->SecPerClust;
206 if (boot->SecPerClust == 0) {
207 pfatal("Invalid cluster size: %u", boot->SecPerClust);
215 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;
246 boot->ClusterSize = boot->BytesPerSec * boot->SecPerClust;
dosfs.h 50 u_int SecPerClust; /* sectors per cluster */
dir.c 231 b2 = boot->SecPerClust * boot->BytesPerSec;
312 int clsz = boot->SecPerClust * boot->BytesPerSec;
322 off = startcl * boot->SecPerClust + boot->ClusterOffset;
462 last = boot->SecPerClust * boot->BytesPerSec;
463 off = cl * boot->SecPerClust + boot->ClusterOffset;

Completed in 416 milliseconds