Searched refs:ClusterOffset (Results 1 – 3 of 3) sorted by relevance
80 u_int ClusterOffset; /* at what sector would sector 0 start */ member
196 boot->ClusterOffset = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)215 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;
322 off = startcl * boot->SecPerClust + boot->ClusterOffset; in delete()465 off = cl * boot->SecPerClust + boot->ClusterOffset; in check_dot_dot()557 off = cl * boot->SecPerClust + boot->ClusterOffset; in readDosDirSection()1060 + boot->ClusterOffset * boot->BytesPerSec; in reconnect()