HomeSort by: relevance | last modified time | path
    Searched refs:FirstCluster (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck_msdos/
dosfs.h 73 u_int FirstCluster; /* at what sector is Cluster CLUST_FIRST */
boot.c 223 boot->FirstCluster = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)
242 if (boot->FirstCluster + boot->SecPerClust > boot->NumSectors) {
244 boot->FirstCluster);
253 (boot->NumSectors - boot->FirstCluster) / boot->SecPerClust;
dir.c 329 off = (startcl - CLUST_FIRST) * boot->SecPerClust + boot->FirstCluster;
494 off = (cl - CLUST_FIRST) * boot->SecPerClust + boot->FirstCluster;
972 + boot->FirstCluster * boot->BytesPerSec;

Completed in 40 milliseconds