Searched refs:ClusterOffset (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h73 u_int ClusterOffset; /* at what sector would sector 0 start */ member in struct:bootblock
H A Dboot.c175 boot->ClusterOffset = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)
194 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;
H A Ddir.c329 off = startcl * boot->SecPerClust + boot->ClusterOffset;
492 off = cl * boot->SecPerClust + boot->ClusterOffset;
969 + boot->ClusterOffset * boot->BytesPerSec;

Completed in 168 milliseconds