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

  /external/fsck_msdos/
dosfs.h 80 u_int ClusterOffset; /* at what sector would sector 0 start */
boot.c 237 boot->ClusterOffset = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)
243 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;
dir.c 322 off = startcl * boot->SecPerClust + boot->ClusterOffset;
465 off = cl * boot->SecPerClust + boot->ClusterOffset;
559 off = cl * boot->SecPerClust + boot->ClusterOffset;
1062 + boot->ClusterOffset * boot->BytesPerSec;

Completed in 273 milliseconds